Unable to import BPEL wsdl in PeopleSoft ?

We have installed Oracle AS 10.1.2 on a LINUX server and deployed few BPELs there. I am trying to import BPEL in PeopleSoft Financials 8.8 using Integration Broker Import WSDL utility.
Its throwing following error message
java.lang.StringIndexOutOfBoundsException: String index out of range: -7
     at java.lang.String.substring(String.java:1480)
     at psft.pt8.pshttp.PSHttp.getCookies(PSHttp.java:455)
     at com.peoplesoft.pt.integrationgateway.targetconnector.HttpTargetConnector.send(HttpTargetConnector.java:383)
     at com.peoplesoft.pt.integrationgateway.service.BasicConnectorInvocator.execute(BasicConnectorInvocator.java:120)
     at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.invokeService(GatewayManager.java:130)
     at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.manageRequest(GatewayManager.java:286)
     at com.peoplesoft.pt.integrationgateway.framework.GatewayManager.connect(GatewayManager.java:211)
     at com.peoplesoft.pt.integrationgateway.listeningconnector.PeopleSoftListeningConnector.doPost(PeopleSoftListeningConnector.java:123)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
and
Request Content could not be retrieved because of Exception:IBRequest:getInfoXMLString(). MessageName is a required field.
But I am able to import java webservice WSDL deployed on same server.
Moreover, I am able to import BPEL WSDLs deployed on a windows m/c.
Can somebody suggest a solution ?

I guess you guys are working peoplesoft vs BPEL, I need some help can you please help. Let me know if you are still watching this thread.

Similar Messages

  • Unable to acess BPEL WSDL from OWSM Gateway

    Hello all,
    I'm trying to register a BPEL Process as a service on a OWSM gateway.
    The BPEL WSLD is as follows:
    <definitions name="WR01" targetNamespace="http://xmlns.oracle.com/WR01">

         <types>

         <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/WR01">

         <element name="WR01ProcessRequest">

         <complexType>

         <sequence>
    <element name="input" type="string"/>
    </sequence>
    </complexType>
    </element>

         <element name="WR01ProcessResponse">

         <complexType>

         <sequence>
    <element name="result" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>

         <xsd:schema>
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/WR01" schemaLocation="WR01.xsd"/>
    </xsd:schema>
    </types>

         <message name="WR01RequestMessage">
    <part name="payload" element="ns1:Input"/>
    </message>

         <message name="WR01ResponseMessage">
    <part name="payload" element="ns1:Input"/>
    </message>

         <portType name="WR01">

         <operation name="process">
    <input message="tns:WR01RequestMessage"/>
    <output message="tns:WR01ResponseMessage"/>
    </operation>
    </portType>

         <binding name="WR01Binding" type="tns:WR01">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

         <operation name="process">
    <soap:operation style="document" soapAction="process"/>

         <input>
    <soap:body use="literal"/>
    </input>

         <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>

         <service name="WR01">

         <port name="WR01Port" binding="tns:WR01Binding">
    <soap:address location="http://dcmsinusapp02.dc.local:7780/orabpel/default/WR01/1.0"/>
    </port>
    </service>

         <plnk:partnerLinkType name="WR01">

         <plnk:role name="WR01Provider">
    <plnk:portType name="tns:WR01"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    The WSDL generated from the service registation on the gateway is as follows:
    <definitions name="WR01" targetNamespace="http://xmlns.oracle.com/WR01">

         <types>

         <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/WR01">

         <element name="WR01ProcessRequest">

         <complexType>

         <sequence>
    <element name="input" type="string"/>
    </sequence>
    </complexType>
    </element>

         <element name="WR01ProcessResponse">

         <complexType>

         <sequence>
    <element name="result" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>

         <xsd:schema>
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/WR01" schemaLocation="WR01.xsd"/>
    </xsd:schema>
    </types>

         <message name="WR01RequestMessage">
    <part name="payload" element="ns1:Input"/>
    </message>

         <message name="WR01ResponseMessage">
    <part name="payload" element="ns1:Input"/>
    </message>

         <portType name="WR01">

         <operation name="process">
    <input message="tns:WR01RequestMessage"/>
    <output message="tns:WR01ResponseMessage"/>
    </operation>
    </portType>

         <binding name="WR01Binding" type="tns:WR01">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

         <operation name="process">
    <soap:operation style="document" soapAction="process"/>

         <input>
    <soap:body use="literal"/>
    </input>

         <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>

         <service name="WR01">

         <port name="WR01Port" binding="tns:WR01Binding">
    <soap:address location="http://dcmsinusapp02.dc.local:7780/gateway/services/SID0003002"/>
    </port>
    </service>

         <plnk:partnerLinkType name="WR01">

         <plnk:role name="WR01Provider">
    <plnk:portType name="tns:WR01"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    When i test the acess using OWSM console or try and consume it on JDeveloper I get the following error:
    java.io.IOException: The document 'http://dcmsinusapp02.dc.local:7780/gateway/services/WR01.xsd' contains HTML tags.
    Reason is:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message
    This file not found exception is related to /gateway/services/WR01.xsd of course.
    I've mostly followed the OWSM documentation in order to register the service.
    Am I doing anything wrong referencing xsd's or something similar?
    Thanks in advance

    Answer to my own question:
    BPEL processes exposed via OWSM can't be used from JDEV ws proxy generator
    But the real question is: how do I prevent relative paths to xsd's on bpel wsdl?
    Any pointers?
    Thanks

  • Unable to import WSDL in PI 7.1

    Hi All,
    I am getting the following error when I import a wsdl as an external definition in PI 7.1
    Unable to convert imported document to WSDL
    Reason:
    Node "/definitions/portType("CallerServiceSoap")" already contains the child element "operation" with the value "submitData" of the attribute "name"Check the selected category
    Please help..
    Strangely i am able to extract the Request structure by importing the same wsdl in SOAP UI...
    WSDLsnippet:
    <wsdl:portType name="CallerServiceSoap">
         <wsdl:operation name="submitData">
              <wsdl:input name="InformationDesimation" message="tns:InformationDesimationSoapIn"/>
              <wsdl:output name="InformationDesimation" message="tns:InformationDesimationSoapOut"/>
         </wsdl:operation>
         <wsdl:operation name="submitData">
              <wsdl:input name="ResponseCapture" message="tns:ResponseCaptureSoapIn"/>
              <wsdl:output name="ResponseCapture" message="tns:ResponseCaptureSoapOut"/>
         </wsdl:operation>
         <wsdl:operation name="getResult">
              <wsdl:input message="tns:getResultSoapIn"/>
              <wsdl:output message="tns:getResultSoapOut"/>
         </wsdl:operation>
    </wsdl:portType>
    regards,
    Piyush
    Edited by: Piyush Mathur SAP on Nov 20, 2009 9:40 AM

    Hi Piyush,
    It is a problem with WSDL.. Can you atleast paste the portion where the error message is pointing so that we can have a better understanding
    Regards
    Suraj

  • Unable to find a WSDL that has a definition for service

    Dear all
    I have a very simple composite applicationexposing a web service. When I deploy the application I get:
    There was an error deploying the composite on soa_server1: Deployment Failed: Unable to find a WSDL that has a definition for service {http://soa/sf/login}bpelprocess1_client_ep and port loginPort_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.
    However the build process shows no errors. The entire application was built using Jdeveloper 11.1.1.5 using a pre-constructed WSDL. The SOA suite is 11.1.1.5
    Any pointers will be really appreciated.
    Thanks
    The composite is this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [2/28/13 2:25 PM]. -->
    <composite name="SOA2" revision="1.0" label="2013-02-28_14-25-14_553"
    mode="active" state="on" xmlns="http://xmlns.oracle.com/sca/1.0"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
    xmlns:ui="http://xmlns.oracle.com/soa/designer/">
    <import namespace="http://soa/sf/login" location="loginToSFDC.wsdl"
    importType="wsdl"/>
    <service name="bpelprocess1_client_ep" ui:wsdlLocation="loginToSFDC.wsdl">
    <interface.wsdl interface="http://soa/sf/login#wsdl.interface(loginPort)"/>
    <binding.ws port="http://soa/sf/login#wsdl.endpoint(bpelprocess1_client_ep/loginPort_pt)"/>
    </service>
    <component name="BPELProcess1" version="2.0">
    <implementation.bpel src="BPELProcess1.bpel"/>
    <property name="bpel.config.transaction" type="xs:string" many="false">required</property>
    </component>
    <wire>
    <source.uri>bpelprocess1_client_ep</source.uri>
    <target.uri>BPELProcess1/bpelprocess1_client</target.uri>
    </wire>
    </composite>
    The WSDL used to generate the BPEL is:
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <definitions
    targetNamespace="http://soa/sf/login"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns1="http://soa/sf/login"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:flt="urn:fault.partner.soap.sforce.com"
    xmlns:obj="urn:sobject.partner.soap.sforce.com"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:typ="urn:partner.soap.sforce.com"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    >
    <types>
    <xsd:schema targetNamespace="http://uk.gov.fca.sf/login" elementFormDefault="qualified" xmlns:tns1="http://uk.gov.fca.sf/login"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flt="urn:fault.partner.soap.sforce.com"
    xmlns:obj="urn:sobject.partner.soap.sforce.com" xmlns:typ="urn:partner.soap.sforce.com"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
    <xsd:import namespace="urn:partner.soap.sforce.com" schemaLocation="xsd/partner_types.xsd"/>
    <xsd:import namespace="urn:fault.partner.soap.sforce.com" schemaLocation="xsd/partner_faults.xsd"/>
    <xsd:import namespace="urn:sobject.partner.soap.sforce.com" schemaLocation="xsd/partner_objects.xsd"/>
    </xsd:schema>
    </types>
    <message name="loginInMessage">
    <part name="loginIn" element="typ:login"/>
    <part name="LoginScopeHeaderIn" element="typ:LoginScopeHeader"/>
    <part name="CallOptionsIn" element="typ:CallOptions"/>
    </message>
    <message name="loginOutMessage">
    <part name="return" element="typ:loginResponse"/>
    </message>
    <portType name="loginPort">
    <operation name="loginOp">
    <input message="tns1:loginInMessage"/>
    <output message="tns1:loginOutMessage"/>
    </operation>
    </portType>
    <binding name="loginPortSOAP11Binding" type="tns1:loginPort">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loginOp">
    <soap:operation style="document" soapAction="http://soa:8101/login/loginOp"/>
    <input>
    <soap:body use="literal" parts="in"/>
    </input>
    <output>
    <soap:body use="literal" parts="return"/>
    </output>
    </operation>
    </binding>
    <binding name="loginPortSOAP12Binding" type="tns1:loginPort">
    <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loginOp">
    <soap12:operation style="document" soapAction="http://uk.gov.fca.sf:7101/login/loginOp" soapActionRequired="false"/>
    <input>
    <soap12:body use="literal" parts="in"/>
    </input>
    <output>
    <soap12:body use="literal" parts="return"/>
    </output>
    </operation>
    </binding>
    <service name="loginSrvc">
    <port name="login_port_11" binding="tns1:loginPortSOAP11Binding">
    </port>
    <port name="login_port_12" binding="tns1:loginPortSOAP12Binding">
    </port>
    </service>
    <partnerLinkType name="ProviderRole"
    xmlns="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <role name="Role1">
    <portType name="tns1:loginPort"/>
    </role>
    </partnerLinkType>
    </definitions>

    Hi,
    I don't see a loginPort_pt port in the wsdl, but it is referenced by the composite...
    There's only ports login_port_11 and login_port_12 defined...
    Cheers,
    Vlad

  • Unable to find a WSDL that has a definition for service name

    Hello,
    I have a wsdl shared in mds and a composite with a bpel process that consumes that wsdl, but when that happens I get the following error:
    oracle.fabric.common.FabricInvocationException: Unable to find the WSDL service defined for service name {http://directvla.com/schema/businessdomain/ServiceConfigurationRules/v1-0}ServiceConfigurationRules_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace and service name in the #wsdl.endpoint element. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.
    I checked the composite, the wsdl and the endpoint and everything is ok. At the momment to avoid the error, the wsdl is local, but this is not a real solution, what I really need is to make it work with the mds.
    Can somebody help me?
    Thank for advance.

    Hi,
    here is my wsdl:
    <definitions
    targetNamespace="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:commondt-v1-0="http://xxxxxx.com/schema/util/commondatatypes/v1-0"
    xmlns:ns1="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ServiceConfigurationRules-v1-0="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0" xmlns:tns="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:commonex-v1-0="http://xxxxxx.com/schema/util/commonexceptions/v1-0"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
         <types>
              <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:commondt-v1-0="http://xxxxxx.com/schema/util/commondatatypes/v1-0" xmlns:ns1="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ServiceConfigurationRules-v1-0="http://oracle.com/sca/soapservice/XXXXBusinessRule/ServiceConfigurationRules/ServiceConfigurationRules" xmlns:tns="http://oracle.com/sca/soapservice/XXXXBusinessRule/ServiceConfigurationRules/ServiceConfigurationRules"
    xmlns:commonex-v1-0="http://xxxxxx.com/schema/util/commonexceptions/v1-0"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/">
                   <xsd:import namespace="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/parameters" schemaLocation="oramds:/apps/schemas/RESB/RulesParmsInput_2.xsd"/>
              </xsd:schema>
         </types>
         <message name="ServiceActivationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationRequest"/>
         </message>
         <message name="ServiceActivationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationResponse"/>
         </message>
         <message name="ServiceActivationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ServiceActivationException"/>
         </message>
         <message name="GetAddActivationConfigurationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationRequest"/>
         </message>
         <message name="GetAddActivationConfigurationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationResponse"/>
         </message>
         <message name="GetAddActivationConfigurationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="ResourceChangeMigrationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationRequest"/>
         </message>
         <message name="ResourceChangeMigrationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationResponse"/>
         </message>
         <message name="ResourceChangeMigrationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationException"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeRequest"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeResponse"/>
         </message>
         <message name="ResourceChangeMigrationUpgradeException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeException"/>
         </message>
         <message name="GetServiceConfigurationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="GetAntenaSenialRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAntenaSenialRequest"/>
         </message>
         <message name="GetAntenaSenialResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAntenaSenialResponse"/>
         </message>
         <message name="GetAntenaSenialException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
         </message>
         <message name="OrderPayPerViewRuleRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleRequest"/>
         </message>
         <message name="OrderPayPerViewRuleResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleResponse"/>
         </message>
         <message name="OrderPayPerViewRuleException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleException"/>
         </message>
         <message name="GetOperationForWOServiceTypeRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeRequest"/>
         </message>
         <message name="GetOperationForWOServiceTypeResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeResponse"/>
         </message>
         <message name="GetOperationForWOServiceTypeException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeException"/>
         </message>
         <message name="CompareResourceTechnologyRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyRequest"/>
         </message>
         <message name="CompareResourceTechnologyResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyResponse"/>
         </message>
         <message name="CompareResourceTechnologyException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:CompareResourceTechnologyException"/>
         </message>
         <message name="GetBasicProductMigrationRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationRequest"/>
         </message>
         <message name="GetBasicProductMigrationResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationResponse"/>
         </message>
         <message name="GetBasicProductMigrationException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetBasicProductMigrationException"/>
         </message>
         <message name="GetMaxResourcesForCustomerRequest">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerRequest"/>
         </message>
         <message name="GetMaxResourcesForCustomerResponse">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerResponse"/>
         </message>
         <message name="GetMaxResourcesForCustomerException">
              <part name="parameter" element="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerException"/>
         </message>
         <portType name="ServiceConfigurationRules_pt">
              <operation name="GetAddActivationConfiguration">
                   <input message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationResponse"/>
                   <fault name="GetAddActivationConfigurationException" message="ServiceConfigurationRules-v1-0:GetAddActivationConfigurationException"/>
              </operation>
              <operation name="ResourceChangeMigration">
                   <input message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationResponse"/>
                   <fault name="ResourceChangeMigrationException" message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationException"/>
              </operation>
              <operation name="ResourceChangeMigrationUpgrade">
                   <input message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeResponse"/>
                   <fault name="ResourceChangeMigrationUpgradeException" message="ServiceConfigurationRules-v1-0:ResourceChangeMigrationUpgradeException"/>
              </operation>
              <operation name="GetAntenaSenial">
                   <input message="ServiceConfigurationRules-v1-0:GetAntenaSenialRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetAntenaSenialResponse"/>
                   <fault name="GetReasonResponseException" message="ServiceConfigurationRules-v1-0:GetAntenaSenialException"/>
              </operation>
              <operation name="OrderPayPerViewRule">
                   <input message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleResponse"/>
                   <fault name="OrderPayPerViewRuleException" message="ServiceConfigurationRules-v1-0:OrderPayPerViewRuleException"/>
              </operation>
              <operation name="GetServiceActivation">
                   <input message="ServiceConfigurationRules-v1-0:ServiceActivationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:ServiceActivationResponse"/>
                   <fault name="ServiceActivationException" message="ServiceConfigurationRules-v1-0:ServiceActivationException"/>
              </operation>
              <operation name="GetOperationForWOServiceType">
                   <input message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:GetOperationForWOServiceTypeException" name="GetOperationForWOServiceTypeException"/>
              </operation>
              <operation name="GetMaxResourcesForCustomer">
                   <input message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:GetMaxResourcesForCustomerException" name="GetMaxResourcesForCustomerException"/>
              </operation>
              <operation name="GetBasicProductMigration">
                   <input message="ServiceConfigurationRules-v1-0:GetBasicProductMigrationRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:GetBasicProductMigrationResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:ServiceActivationRequest" name="GetBasicProductMigrationException"/>
              </operation>
              <operation name="CompareResourceTechnology">
                   <input message="ServiceConfigurationRules-v1-0:CompareResourceTechnologyRequest"/>
                   <output message="ServiceConfigurationRules-v1-0:CompareResourceTechnologyResponse"/>
                   <fault message="ServiceConfigurationRules-v1-0:ServiceActivationRequest" name="CompareResourceTechnologyException"/>
              </operation>
         </portType>
         <binding name="ServiceConfigurationRules_ptSOAP11Binding" type="ServiceConfigurationRules-v1-0:ServiceConfigurationRules_pt">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <operation name="GetAddActivationConfiguration">
                   <soap:operation style="document" soapAction="http://xxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetAddActivationConfiguration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetAddActivationConfigurationException">
                        <soap:fault name="GetAddActivationConfigurationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="ResourceChangeMigration">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/ResourceChangeMigration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ResourceChangeMigrationException">
                        <soap:fault name="ResourceChangeMigrationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="ResourceChangeMigrationUpgrade">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/ResourceChangeMigrationUpgrade"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ResourceChangeMigrationUpgradeException">
                        <soap:fault name="ResourceChangeMigrationUpgradeException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetAntenaSenial">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetAntenaSenial"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetReasonResponseException">
                        <soap:fault name="GetReasonResponseException" use="literal"/>
                   </fault>
              </operation>
              <operation name="OrderPayPerViewRule">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/OrderPayPerViewRule"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="OrderPayPerViewRuleException">
                        <soap:fault name="OrderPayPerViewRuleException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetServiceActivation">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetServiceActivation"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="ServiceActivationException">
                        <soap:fault name="ServiceActivationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetOperationForWOServiceType">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetOperationForWOServiceType"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetOperationForWOServiceTypeException">
                        <soap:fault name="GetOperationForWOServiceTypeException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetMaxResourcesForCustomer">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetMaxResourcesForCustomer"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetMaxResourcesForCustomerException">
                        <soap:fault name="GetMaxResourcesForCustomerException" use="literal"/>
                   </fault>
              </operation>
              <operation name="GetBasicProductMigration">
                   <soap:operation style="document" soapAction="http://xxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/GetBasicProductMigration"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="GetBasicProductMigrationException">
                        <soap:fault name="GetBasicProductMigrationException" use="literal"/>
                   </fault>
              </operation>
              <operation name="CompareResourceTechnology">
                   <soap:operation style="document" soapAction="http://xxxxxx.com/schema/businessdomain/ServiceConfigurationRules/v1-0/CompareResourceTechnology"/>
                   <input>
                        <soap:body use="literal" parts="parameter"/>
                   </input>
                   <output>
                        <soap:body use="literal" parts="parameter"/>
                   </output>
                   <fault name="CompareResourceTechnologyException">
                        <soap:fault name="CompareResourceTechnologyException" use="literal"/>
                   </fault>
              </operation>
         </binding>
         <plnk:partnerLinkType name="ServiceConfigurationRules_pt_PL">
              <plnk:role name="ServiceConfigurationRules_pt_Role">
                   <plnk:portType name="tns:ServiceConfigurationRules_pt"/>
              </plnk:role>
         </plnk:partnerLinkType>
         <service name="ServiceConfigurationRules_pt">
              <port name="ServiceConfigurationRules_ptPort" binding="ServiceConfigurationRules-v1-0:ServiceConfigurationRules_ptSOAP11Binding">
                   <soap:address location="http://host:port/soa-infra/services/default/ServiceConfigurationRules/ServiceRules"/>
              </port>
         </service>
    </definitions>
    Thank you.

  • Unable to read the WSDL in OWSM

    Hello Everyone,
    Iam trying to register BPEL Process on OWSM but it gives me error saying unable to find the WSDL error.
    When I test the Web Service directly from the Web Page it does Load the WSDL on the Test Page.
    But the moment the wsdl is wrapped with virtualized wsdl it does give the following error
    Failed to read WSDL from http://192.168.190.47:9700/ccore/TestGateway/services/SID0003003?wsdl:WSDL not found
    As per the troubleshooting document this error could occur for 2 reasons
    1. If the Gateway is not registered properly on the Gateway.properties file.
    2. If there is proxy or firewall issue.
    Since the Service is local to the same server i dont see any firewall or proxy issue and i did check the Gateway properties file where the Gateway ID is register.I do see the ID present on the file.
    Can someone tell what might be the issue ?
    Regards
    Sabir

    Hi Sab2
    Please go through this thread
    OWSM gateway issue
    In your case, may be you need to redeploy the gateway
    Regards,
    Squirell

  • BPEL wsdl customisation throwing Error -- Bug?

    Hi guys,
    I observed something strange in BPEL's behaviour.
    I made a synchronous HelloWorld/Echo service, accepting default schema. the BPEL wsdl is create with default "process" operation and "payload" message part.
    I changed the wsdl to reflect operation as "CustomMethod" and message part to be "random" and made relevant changes in BPEL as well . On redeplying, i am unable to invoke from console. It's giving me error:
    The following exception occured while processing this request:
    Failed get operation definition.
    Failed to get the WSDL operation definition of "CustomMethod" in portType "{http://xmlns.oracle.com/HelloWorldBPEL}HelloWorldBPEL".
    Please verify that operation "CustomMethod" is defined in portType "{http://xmlns.oracle.com/HelloWorldBPEL}HelloWorldBPEL".
    Am i missing something or is this a probable bug ?

    Did you tried undeploying the old helloworld and redeploy the new one.
    Sometimes this occures overhere because of old wsdl cache

  • Unable to find a WSDL

    Hi ;
    I deployed a process. It was run correctly, but now i get this error:
    Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/bpmn/bpmnProcess/MainProcess}MainProcess.service and port MainProcessPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server.
    What's the my fault?

    Hello,
    When are you getting the error? On deploy or when you try to actually call the WebService?
    I've had that type of errors on deploy and it's usually a problem not with the exposed webservice, as the error would suggest, but with the consumed services. Check that you can access all the references of that process, and that there are no typos in them.
    If it's when you actually call the webservice, can you access it in Enterprise Manager and call it there?
    Hope this helps,
    Diogo Henriques

  • Siebel says Invalid BPEL WSDL

    I have a WSDL created by BPEL and am trying to import it in Siebel. Siebel then throws errors. See below for errors and WSDL.
    Can anyone help?
    Siebel Errors:
    Errors during processing:
    There are no web service definitions to be generated.(SBL-EAI-04340)
    Following are warnings generated in the process:
    Service 'OutBoundDemoCallbackService' can not be imported, because none of its ports could be imported.(SBL-EAI-04333)
    Port 'OutBoundDemoCallbackPort' can not be imported. The binding element 'http://xmlns.oracle.com/OutBoundDemo:OutBoundDemoCallbackBinding' is invalid.
    (SBL-EAI-05153)
    .The SoapOperation %1 does not have either an input or output SoapBody child.
    Service 'OutBoundDemo' can not be imported, because none of its ports could be imported.(SBL-EAI-04333)
    Port 'OutBoundDemoPort' can not be imported. The binding element 'http://xmlns.oracle.com/OutBoundDemo:OutBoundDemoBinding' is invalid.
    (SBL-EAI-05153)
    .The SoapOperation %1 does not have either an input or output SoapBody child.
    BPEL WSDL
    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions name="OutBoundDemo" targetNamespace="http://xmlns.oracle.com/OutBoundDemo" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/OutBoundDemo" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:ns1="http://www.siebel.com/xml/CSST%20Contact%20Interface" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/OutBoundDemo">
    <types>
    <schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlns.oracle.com/OutBoundDemo" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/OutBoundDemo" xmlns:ns1="http://www.siebel.com/xml/CSST%20Contact%20Interface" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <element name="OutBoundDemoProcessRequest">
    <complexType>
    <sequence>
    <element name="input" type="string" />
    </sequence>
    </complexType>
    </element>
    <element name="OutBoundDemoProcessResponse">
    <complexType>
    <sequence>
    <element name="result" type="string" />
    </sequence>
    </complexType>
    </element>
    </schema>
    <xsd:schema xmlns:client="http://xmlns.oracle.com/OutBoundDemo" xmlns:ns1="http://www.siebel.com/xml/CSST%20Contact%20Interface" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://www.siebel.com/xml/CSST%20Contact%20Interface" schemaLocation="CSSTContactInterface.xsd" />
    </xsd:schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://sgaur-us:9700/orabpel/xmllib/ws-addressing.xsd" />
    </schema>
    </types>
    <message name="WSAMessageIDHeader">
    <part name="MessageID" element="wsa:MessageID" />
    </message>
    <message name="OutBoundDemoRequestMessage">
    <part name="payload" element="ns1:SiebelMessage" />
    </message>
    <message name="WSAReplyToHeader">
    <part name="ReplyTo" element="wsa:ReplyTo" />
    </message>
    <message name="WSARelatesToHeader">
    <part name="RelatesTo" element="wsa:RelatesTo" />
    </message>
    <message name="OutBoundDemoResponseMessage">
    <part name="payload" element="tns:OutBoundDemoProcessResponse" />
    </message>
    <portType name="OutBoundDemoCallback">
    <operation name="onResult">
    <input message="tns:OutBoundDemoResponseMessage" />
    </operation>
    </portType>
    <portType name="OutBoundDemo">
    <operation name="initiate">
    <input message="tns:OutBoundDemoRequestMessage" />
    </operation>
    </portType>
    <binding name="OutBoundDemoCallbackBinding" type="tns:OutBoundDemoCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="onResult">
    <soap:operation style="document" soapAction="onResult" />
    <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    <binding name="OutBoundDemoBinding" type="tns:OutBoundDemo">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="initiate">
    <soap:operation style="document" soapAction="initiate" />
    <input>
    <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
    <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    <service name="OutBoundDemoCallbackService">
    <port name="OutBoundDemoCallbackPort" binding="tns:OutBoundDemoCallbackBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    <service name="OutBoundDemo">
    <port name="OutBoundDemoPort" binding="tns:OutBoundDemoBinding">
    <soap:address location="http://sgaur-us:9700/orabpel/default/OutBoundDemo/1.0" />
    </port>
    </service>
    <plnk:partnerLinkType name="OutBoundDemo">
    <plnk:role name="OutBoundDemoProvider">
    <plnk:portType name="tns:OutBoundDemo" />
    </plnk:role>
    <plnk:role name="OutBoundDemoRequester">
    <plnk:portType name="tns:OutBoundDemoCallback" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>

    Edwin (or anyone else),
    We are also trying to invoke a BPEL process from Siebel and have read your advice in this thread.
    We can successful consume a Synchronous HelloWorld process from Siebel, but it is failing with consuming an Asynchronous HelloWorld from Siebel.
    This is a production project and while we are not concerned about callbacks with Siebel, it is not feasible to accept synchronous communications for this BPEL process as we cannot have Siebel waiting on completion - (HelloWorld is a cutdown use case produced to debug the issues we had with our real WSDL).
    Do you have any advice on how we can bridge the issues and produce an asynchronous process that can be consumed by Siebel ? Is this an issue with WSDL conformity - we are using Siebel 7.7? Is there an issue with regard to the way Siebel and Oracle PM handle WS-Addressing ?
    Mark.

  • How to re-insert accidentally removed bpel.wsdl file in JDeveloper

    I have accidentally (still don't know how...) removed the bpel.wsdl file from the Integration Content area and I can't re-insert it anymore although the file itself is still available on the harddisk. Simply importing it through the file menu results in the WSDL being inserted in the miscellaneous packages area and JDeveloper doesn't recognize the file at the time of deployment.
    Can anyone help?
    Thanks in advance.
    Robert

    Robert,
    2) things ..
    search your project for occurences of <processname>.wsdl.
    it should still be in bpel.xml and and <processname>.bpel. ..
    if it's there open the jdeveloper project file (.jpr) with an editor and search for
    <listOfChildren class="oracle.ide.model.DataList">
    add this within the tag
    </Item>
    <Item class="oracle.ide.model.Reference">
    <URL path="<yourProcess>.wsdl"/>
    <nodeClass>oracle.tip.tools.ide.common.utils.BPELWSDLNode</nodeClass>
    </Item>
    and restart jdev ..

  • Unable to Test a WSDL in xmlspy

    Hi I am trying to Test a simple wsdl in xmlspy ...I am unable to  create a SOAP request ...Kindly help

    Deepak,
    First of all you save your WSDL in your local box. Then you try to import this WSDL when you click on Create a SOAP request from XML SPY. If you import this WSDL it should give all the methods. If it dont has then the WSDL have some issues. So please check this once again.
    ---Satish

  • Unable to import binding

    Could anyone please suggest the solution for following problem.
    I built a webservice from ID and handed over to our .NET team.
    They said they are getting "Unable to import binding " error.
    I tested this webservice from ALTOVA XML Spy and it worked.
    Has anybody faced this problem before.
    Thanks

    Hi Venu,
    When you try and set-up the SAP wsdl in .NET it complains about not seeing any port's or complex types. This is because SAP has moved these out into seperate files. .NET doesn't try to link these files at this time. If you simply click on "Add as reference" in Visual Studio at the time of importing the WSDL your problems disappear like magic..
    Check the following link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a61ff
    the above link as binding exceptions.
    Amaresh

  • I am unable to import pictures from my iphone to my computer.  Can anyone help?

    I am unable to import pics. 

    It sounds like you are using an application to import. You can do it manually.
    Start > Computer (on the right) > scroll to the bottom and you will see your iPhone under Portable Devices > Open it and you will see a Drive, open that and there will be a DCIM folder. That is where your photos will be (There may be other folders each holding photos).

  • Unable to import video frompanasonic VDR-D105 DVD video camera to imovie HD

    Trying to import my video from my dvd camera but imovie can not find camera. When I connect the firewire the camera locates DVD player software and allows me to play it on my computer, but not able to import to imovie. DVD Player allows my to clip my video but does not allow me to transfer of save it on my computer.
    If I'm unable to import, Is there a work around to get my video in imovie, say quicktime?
    I am using imovie HD 6.0.3.

    Hi S
    1. DVD-Cameras are for playback - not to be edited from.
    iMovie, FinalCut Express and Pro works with miniDV tape Cameras
    This course DVD and hard disk Cameras compact info to medium BUT in
    a destructive way. You can't get full quality back to be edited.
    miniDV also compacts to tape BUT Non-destructive = full quality to Mac.
    2. Does Your Camera really have FireWire. Most probably You are using
    the USB-cable that was delivered with Your Camera. FW is buy extra.
    Best solution - though sour. Change Camera
    If this isn't an option You'll have to back convert to streaming DV that iMovie
    and FCE/P understands.
    - Converting programs like may be:
    MPEG Streamclip converts from mpeg-1 to whatever you like (within reason).
    QuickTime MPEG-2 Playback Component
    or
    via analog out on Camera via an A/D-box to FW to Mac.
    Non is a good way though.
    Yours Bengt W

  • Unable to import movie files from iphoto '08 into imovie HD

    I have recently bought a 2008 macbook (2.2 GHz) and have recently downloaded imovie HD in addition to owning iLife '08 due to its extra capabilities. I have found that I am unable to import any of my movie files from my iphoto library folder as it seems to need to open the actual iphoto application before the files can be accessed. In addition, when not using any specific program it would be nice to be able to access my photo/video files within the iphoto folder without iphoto automatically opening as the default viewer.
    Any ideas??!! Thanks.

    ahostmadsen wrote:
    .. and I import AVI video clips directly without converting to .dv, without problems.
    lucky you.. .avi is just a container, no 'format'/codec .. I can show you dozends of .avis, which will NOT import into iMHD6, due to being playback-codecs, not convertable by the underlying Quicktime engine into separte, editable audio+video streams ..
    .. If you convert to .dv, the size just blows up.
    dv is 13GB/h and a codec meant for editing; e.g. it stores every frame (video=30 frams/sec) of a recording, as mpegs usually doesn't do so.. = your Mac has to estimate content, when converting and 'recovering' the content = lossy process.
    iMHD6 is a dv-editor; the mpeg4 feature is only a toy, to spice up iSight recordings.. for sure, the QTengine can convert a lot, but too much conversion (from one lossy codec, e.g. divx, into another, e.g. mp4) means a (dramatic) loss of pic quality..
    my 5€ cents ..

Maybe you are looking for

  • HT3819 How do you transfer purchased music from one apple id to another?

    I have a different Apple ID on my ipad than my macbook and macbook pro, I have most music on the macbooks but some on ipad how do I combine? This happend because when I was at the apple store buying my ipad I could not remember my other ID, so we mad

  • Adding a link to another page in View Mode using Destination URI

    Hi All, I have the Search items page in iProcurement, and the Supplier Name is a text field in the search results region. Now I want to display the Supplier Name as a link, clicking on which the user should be taken to the corresponding Supplier deta

  • Why do I need a CSR if I use -genkey

    I must not be understanding something correctly. What I am doing is: 1. create a key with keytool 2. create a csr 3. sign the csr with my security-manager-tool But now that I am reading the keytool doc it says the -genkey creates a self-signed certif

  • Creating Flat Dimensions in AWM

    Hi, We have a proposed cube structure with 8 dimensions (apart from the TIME dimension) as follows: 3 Dimensions have a Level-Based Hierarchy 2 Dimensions have a Value-Based Hierarchy 3 Dimensions are flat with no levels or hierarchy. We are using Or

  • I would like to create a custom Logout Message for users

    I would like to create a custom Logout Message for users. When users click the Logout button, I would like a message appear saying have they made a backup of their data. I know I could use LogoutHook script but I will need some help in creating one t