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

Similar Messages

  • 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.

  • Error: Unable to find the WSDL port defined for Service

    Hi,
    I am facing below  error while invoking partner's WSDL:
    Oracle.Fabric.Common.FabricInvocationException: Unable to find WSDL port defined for the service.
    Can anybody guide me what could be the exact issue?
    * I am able to ping that host.
    Thanks
    Richa

    Hi Puneet,
    I am able to access WSDL from the browser and value of Location in composite.xml is correct.
    Regards.

  • 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

  • 'Unable to find operation: null'   Error When I invoke Composite Wsdl Url

    Hi ,
    I have created one composite application which consists one BPEL process.That BPEL process takes input from other application.
    But When I invoke that Wsdl Url to push the data from my application to that Wsdl Url,It is giving below error(System fault):
    'Unable to find operation: null' .
    I am getting below message in enterprise manager console (http://ipaddress:port/em):
    'Composite instances are not generated for rejected messages. Click the error message for details'.
    Note: When u click on 'unable to find operation: null' link it is showing the soap request that we submitted to composite URL.
    Instance ID is also not created.
    Can anybody help me regarding this issue?

    As you are able to test the Composite in the EM console and the correct operation, everything looks fine from SOA side.
    Now whatever application from which you are trying to push the data, make sure while configuring the WSDL of the Composite, please check whether you can select the operation of the SOA Composite over there. I think you are leaving the default option which is null or not selecting the required operation over there.
    Hope this helps
    N

  • Weblogic.wsee.wsdl.WsdlException: Unable to find namespace for prefix 'tns'

    Hello,
    I am encoutering a problem on Oracle Weblogic Version: 10.3.1.0 when trying to deploy a jax-ws webservice (stateless session bean).
    When starting the ear i get the exception below. On an other version of Oracle Weblogic (10.3.3.0) the exact same ear deploys flawlessly.
    I have no choice but to run on the "older version" so i hope there is a way out for this.
    Any help is welcome.
    Thank you.
    weblogic.wsee.wsdl.WsdlException: Unable to find namespace for prefix 'tns'. This is used in element [part: null]
         at weblogic.wsee.wsdl.WsdlReader.createQName(WsdlReader.java:196)
         at weblogic.wsee.wsdl.WsdlPart.parse(WsdlPart.java:117)
         at weblogic.wsee.wsdl.WsdlMessage.parsePart(WsdlMessage.java:136)
         at weblogic.wsee.wsdl.WsdlMessage.parseChild(WsdlMessage.java:126)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:558)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:402)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:79)
         at weblogic.wsee.jaxws.framework.jaxrpc.server.ServerEnvironmentFactory.getWsdlDef(ServerEnvironmentFactory.java:216)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createServer(TubelineDeploymentListener.java:74)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createServer(WLSTubelineAssemblerFactory.java:93)
         at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:158)
         at weblogic.wsee.jaxws.WLSContainer$WLSEndpointFactory$WLSEndpointImpl.<init>(WLSContainer.java:419)
         at weblogic.wsee.jaxws.WLSContainer$WLSEndpointFactory.createEndpoint(WLSContainer.java:404)
         at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:230)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:476)
         at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:519)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:187)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:269)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:69)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:58)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1913)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1887)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1805)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3041)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1374)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.wsee.deploy.WseeWebappModule.activate(WseeWebappModule.java:146)
         at weblogic.wsee.deploy.WSEEEjbModule.activate(WSEEEjbModule.java:371)
         at weblogic.wsee.deploy.WsEJBDeployListener.activate(WsEJBDeployListener.java:52)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1416)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:480)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:629)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:206)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:53)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
         at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    It's probably time for a support case to see if this is a known issue.
    You can also try in the WebLogic Server Web Services forum:
    WebLogic Server - Web Services

  • Java.io.IOException: unable to find the type mapping resource file

    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web service and
    was able to deploy it sucessfully. I am trying to access the web service through
    a jsp page. I am the error posted below on my server and " error:505 internal
    server error" on the browser. Can any one please help me out with the problem.
    My jsp page just displays the float value i am returing from the session bean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400> <Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

    Hi Manoj,
    Thanks a lot for your hepl. I tried as you said and its working now.
    Ramya
    "manoj cheenath" <[email protected]> wrote:
    Make sure that you put the client jar file generated by
    clientgen in the lib directory of the jsp web app.
    It looks like the runtime is unable to load
    <service>.xml type mapping file. This xml file
    should be in the classpath (web-inf/lib or
    web-inf/classes).
    -manoj
    "Ramya" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web serviceand
    was able to deploy it sucessfully. I am trying to access the web servicethrough
    a jsp page. I am the error posted below on my server and " error:505internal
    server error" on the browser. Can any one please help me out with theproblem.
    My jsp page just displays the float value i am returing from the sessionbean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400><Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page
    ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

  • Org.collaxa.thirdparty.apache.wsif.WSIFException: Unable to find an port.

    I am using Oracle's WSIF framework to access a service with jca bindings.
    When i am tryign to get the ports using :
    org.collaxa.thirdparty.apache.wsif.WSIFService service1= factory.getService("E:\\SOAPJCA
    BRMCustServices.wsdl",null, null, "http://xmlns.oracle.com/BRM/schemas/BusinessOpcodes", "BRMCUSTService_ptt");
    service1.getPort();
    But then now i am stuck with finding the ports.
    Getting this error:
    org.collaxa.thirdparty.apache.wsif.WSIFException: Unable to find an available port
    09/06/16 11:54:30 at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:456)
    09/06/16 11:54:30 at org.collaxa.thirdparty.apache.wsif.base.WSIFServiceImpl.getPort(WSIFServiceImpl.java:433)
    09/06/16 11:54:30 at brmwsif99.BRMWSIF99.WSIFInvoke(BRMWSIF99.java:30)
    09/06/16 11:54:30 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09/06/16 11:54:30 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09/06/16 11:54:30 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09/06/16 11:54:30 at java.lang.reflect.Method.invoke(Method.java:585)
    09/06/16 11:54:30 at oracle.j2ee.ws.server.ImplInvocationHandler.invoke(ImplInvocationHandler.java:126)
    09/06/16 11:54:30 at $Proxy41.WSIFInvoke(Unknown Source)
    Any help is appreciated,
    Thanks,

    Maybe someone can have a different idea.
    I need to start (for example) 10.000 processes and let them in "listening" state, waiting for a message. How can I do that? The processes should receive only your message. Due to that I was using correlationIds to make the difference between them. And it worked perfect. But now that I moved to BPEL PM 10.1.3.1.0 it doesn't work anymore.
    I have already tried to use two differents queues, but then i face another exception (ClassCastException). And I was also stuck in that for three days.
    Does anybody have a different idea about how i can model that?
    My current process model is below:
    ....................Start
    .......................|
    ....................Fork
    ......________..|.._____________
    ......| Wait for |....|.make a...........|
    ......| a msg...|....|.transformation.|
    .......................|
    ................Synchronize
    .............._____|_________
    ..............|send a message|
    ....................._|__
    .....................|end|
    Thanks in advance.

  • Unable to find the instances in Instance tab

    Hi All ,
    We are unable to find out the instances in the Instance tab in BPEL Console but in Dashboard in
    Recently Completed BPEL Process Instances (More...) we are able to find the instances ..
    We are using 10.1.3.4 with MLR 7 Patch
    Can any one help on this
    Regards,
    Karthik

    Hi Amit Srivastava,
    I am using the WSDL file which is given from Client/Customer. After importing this into Extn Defn, i can see there is no messages in the Message Tab and No messages in the External Definitions.
    My current version of PI is 7.0 where i don't find the option for tools->importExterDefn. and when i am importing this in SOAP UI tool i can see all the messages.
    Please let me know is there steps missing
    Regards,
    Madhu

  • Unable to find the Messages in the Message Tab in ExtnDef

    Hi Folks,
    When importing the WSDL file in the External Definition, I am unable to find the messages in the Messages tab and unable to find the messages in the Message Interface. Can anyone help me on this please.

    Hi Amit Srivastava,
    I am using the WSDL file which is given from Client/Customer. After importing this into Extn Defn, i can see there is no messages in the Message Tab and No messages in the External Definitions.
    My current version of PI is 7.0 where i don't find the option for tools->importExterDefn. and when i am importing this in SOAP UI tool i can see all the messages.
    Please let me know is there steps missing
    Regards,
    Madhu

  • OSB to BPEL communication - Unable to find operation: null

    I am trying to call sca composite deployed in Oracle EM 11g from OSB proxy service 11g.
    But I am seeing "Unable to find operation: null" in the oracle SCA composite EM dashboard.
    What could be the problem?

    As you are able to test the Composite in the EM console and the correct operation, everything looks fine from SOA side.
    Now whatever application from which you are trying to push the data, make sure while configuring the WSDL of the Composite, please check whether you can select the operation of the SOA Composite over there. I think you are leaving the default option which is null or not selecting the required operation over there.
    Hope this helps
    N

  • JCABinding :Unable to find suitable inbound binding

    Hi,
    I imported a 10g BPEL process to 11g and it compiled successfully. But while deploying to SOA 11g it fails with following message.
    [02:36:04 AM] Error deploying archive sca_SOAIndFileHandler_rev1.0.jar to soa_server1 [soclxs3mp13.com:8001]
    [02:36:04 AM] HTTP error code returned [500]
    [02:36:04 AM] Error message from server:
    Error during deployment: Deployment Failed: [JCABinding] [SOAIndFileHandler.readFiledataFTP/1.0]Unable to complete load due to: Generic error.
    Generic error.
    Cause: Unable to find suitable inbound binding.
    Please create a Service Request with Oracle Support.
    : Generic error.
    Generic error.
    Cause: Unable to find suitable inbound binding.
    Please create a Service Request with Oracle Support.
    [02:36:04 AM] Check server log for more details.
    [02:36:04 AM] Error deploying archive sca_SOAIndFileHandler_rev1.0.jar to soa_server1 [soclxs3mp13.com:8001]
    [02:36:04 AM] #### Deployment incomplete. ####
    [02:36:04 AM] Error deploying archive file:/C:/Users/tmonty/SOAIndFileHandlerProcess/SOAIndFileHandler/deploy/sca_SOAIndFileHandler_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Can SOA gurus help me on this.
    Thanks.
    Tapan
    Edited by: user8891089 on Apr 12, 2010 2:34 PM

    here the solution,
    Just take out the
    callbackInterface="http://xmlns.oracle.com/pcbpel/adapter/file/WritePositivePayFile/#wsdl.interface(Write_ptt)"
    or
    callbackInterface="http://xmlns.oracle.com/pcbpel/adapter/file/WritePositivePayFile/#wsdl.interface(Read_ptt)"
    Thanks
    Kris
    Edited by: user13015650 on Apr 20, 2010 2:07 PM

  • Unable to find OSB API classes while submitting the resources to OER

    Hi,
    i had installed weblogic 11gR1 and installed OSB and OER on top of it.
    when i try to submit any xsd or WSDL file from eclipse to Oracle Enterprise Repository it will work fine.
    But when i try to submit any .biz or .proxy file (from osb project) i am getting the following error.
    can anybody please help
    0 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: D:\OSBOracleMiddleware\repository111\core\tools\solutions\11.1.1.5.0-OER-Harvester\harvester\.\plugins\osb10.productReader
    218 [main] INFO com.oracle.oer.sync.framework.MetadataManager - Oracle Enterprise_Repository_Harvester version: v11.1.1.5.0-110414_0001-1399976
    562 [main] WARN com.oracle.oer.sync.framework.impl.DefaultPluginManager - Unable to initialize harvester plugin: D:\OSBOracleMiddleware\repository111\core\tools\solutions\11.1.1.5.0-OER-Harvester\harvester\.\plugins\osb10.productReader
    968 [main] ERROR com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase - Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
    com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:601)
         at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
         at $Proxy24.read(Unknown Source)
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
         at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
         at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
    Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
         at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
         ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
         at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         ... 16 more
    968 [main] ERROR com.oracle.oer.sync.plugin.reader.file.FileReader - Introspection failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
    968 [main] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
    com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:601)
         at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
         at $Proxy24.read(Unknown Source)
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
         at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
         at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
    Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
         at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
         ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
         at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         ... 16 more
    com.oracle.oer.sync.framework.MetadataIntrospectionException: Artifact harvest failed due to: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:655)
         at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
         at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:428)
    Caused by: com.oracle.oer.sync.framework.MetadataIntrospectionException: Unable to find OSB API classes. Make sure that the BEA_HOME environment variable points to an installation of OSB Server version 10.3.1
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:96)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.introspectFile(FileReader.java:414)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.readFromFileArray(FileReader.java:286)
         at com.oracle.oer.sync.plugin.reader.file.FileReader.read(FileReader.java:132)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:601)
         at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
         at $Proxy24.read(Unknown Source)
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
         ... 2 more
    Caused by: java.lang.NoClassDefFoundError: com/bea/wli/sb/services/bindings/config/ServiceTypeChoice
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processInterface(OSBServiceIntrospectorBase.java:429)
         at com.oracle.oer.sync.plugin.artifact.osb10.BusinessServiceIntrospector.processServiceAsset(BusinessServiceIntrospector.java:70)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.processService(OSBServiceIntrospectorBase.java:154)
         at com.oracle.oer.sync.plugin.artifact.osb10.OSBServiceIntrospectorBase.introspect(OSBServiceIntrospectorBase.java:90)
         ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.bea.wli.sb.services.bindings.config.ServiceTypeChoice
         at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
         ... 16 more

    hi,
    hey i overcome the yesterday's error,
    in my osb11g-harvest.bat file 'call setenv.bat' this line was missing.
    when i added this line it works fine.
    but still i am facing another issue
    8332 [Main Thread] INFO com.bea.alsb.harvester.plugin.reader.OSBReader - OSB Config Jar Import / Validation starting.
    <Mar 13, 2012 10:28:16 AM IST> <Warning> <ConfigFwk> <BEA-000000> <Setting transaction '6' as rollback only. Rollback reason:
    java.io.IOException: Invalid jar file
         at com.bea.wli.config.importexport.ConfigJar$LogicalJarForm.<init>(ConfigJar.java:1341)
         at com.bea.wli.config.task.impl.UploadJarTask._execute(UploadJarTask.java:46)
         at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
         at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
         at com.bea.wli.config.task.impl.UploadJarTask.uploadJar(UploadJarTask.java:36)
         at com.bea.wli.config.mbeans.Config.uploadJarFile(Config.java:442)
         at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:79)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:196)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.readQueries(OSBReader.java:112)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.read(OSBReader.java:87)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
         at $Proxy0.read(Unknown Source)
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
         at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
         at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:430)
    >
    8426 [Main Thread] ERROR com.oracle.oer.sync.framework.MetadataManager - Artifact harvest failed due to: Unexpected error import: Invalid jar file
    com.oracle.oer.sync.framework.MetadataIntrospectionException: Unexpected error import: Invalid jar file
         at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:97)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:194)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.readQueries(OSBReader.java:112)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.read(OSBReader.java:87)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.flashline.util.classloader.ContextClassLoaderHandler.invoke(ContextClassLoaderHandler.java:39)
         at $Proxy0.read(Unknown Source)
         at com.oracle.oer.sync.framework.MetadataManager.start(MetadataManager.java:630)
         at com.oracle.oer.sync.framework.Introspector.<init>(Introspector.java:204)
         at com.oracle.oer.sync.framework.Introspector.main(Introspector.java:430)
    Caused by: java.io.IOException: Invalid jar file
         at com.bea.wli.config.importexport.ConfigJar$LogicalJarForm.<init>(ConfigJar.java:1341)
         at com.bea.wli.config.task.impl.UploadJarTask._execute(UploadJarTask.java:46)
         at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:233)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
         at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
         at com.bea.wli.config.task.impl.UploadJarTask.uploadJar(UploadJarTask.java:36)
         at com.bea.wli.config.mbeans.Config.uploadJarFile(Config.java:442)
         at com.bea.alsb.harvester.utils.ConfigJarUtils.importConfigJar(ConfigJarUtils.java:79)
         at com.bea.alsb.harvester.plugin.reader.OSBReader.readQuery(OSBReader.java:196)
         ... 11 more
    seems that some invalid jar file is there.
    can please take a look in to it,
    Sorry for inconvinience
    anyways thanks a lot for your kind help
    Regards,
    Yogesh

  • Unable to find the policy file with 12C, with old version 10.3.4 works fine

    Hi !
    Iam using 12 C(12.1.1.0) and when i deploy the app, iam getting below error. I have this policy file under %WL_HOME%\common\lib\policies. And this setting works fine with 10.3.4.
    Unable to find policy: "abc.xml", please make sure to use dynamic wsdl when initializing the service stub
         at weblogic.wsee.policy.runtime.PolicyServer.loadPolicy(PolicyServer.java:183)
         at weblogic.wsee.policy.runtime.PolicyServer.getPolicy(PolicyServer.java:118)
         at weblogic.wsee.policy.deployment.PolicyRef.getPolicy(PolicyRef.java:207)
         at weblogic.wsee.policy.deployment.PolicyReferenceWsdlExtension.getEffectivePolicy(PolicyReferenceWsdlExtension.java:125)
         at weblogic.wsee.policy.deployment.WsdlPolicySubject.getEffectivePolicyFromWsdlExtensible(WsdlPolicySubject.java:485)
         Truncated. see log file for complete stacktrace
    Regards
    Edited by: user13649523 on Mar 19, 2012 11:01 AM

    Hi !
    Iam using 12 C(12.1.1.0) and when i deploy the app, iam getting below error. I have this policy file under %WL_HOME%\common\lib\policies. And this setting works fine with 10.3.4.
    Unable to find policy: "abc.xml", please make sure to use dynamic wsdl when initializing the service stub
         at weblogic.wsee.policy.runtime.PolicyServer.loadPolicy(PolicyServer.java:183)
         at weblogic.wsee.policy.runtime.PolicyServer.getPolicy(PolicyServer.java:118)
         at weblogic.wsee.policy.deployment.PolicyRef.getPolicy(PolicyRef.java:207)
         at weblogic.wsee.policy.deployment.PolicyReferenceWsdlExtension.getEffectivePolicy(PolicyReferenceWsdlExtension.java:125)
         at weblogic.wsee.policy.deployment.WsdlPolicySubject.getEffectivePolicyFromWsdlExtensible(WsdlPolicySubject.java:485)
         Truncated. see log file for complete stacktrace
    Regards
    Edited by: user13649523 on Mar 19, 2012 11:01 AM

Maybe you are looking for

  • Error: Unable to start the services !!!!!!!

    After restarting the  Sww QA server  i am getting the below error message ,I am not able to start the services Below is the error : <u><b>ERROR:</b></u> The database     DRIVER=SQL Server;SERVER=SWWSQLPRVSR1;UID=WindowsBGinfo;PWD-tricky;APP=BGInfo;WS

  • Freight Charges as Payable

    Hi, Can anyone please guide us how to configure freight / transportation charges for the shipment as payables. We receive the invoice from the transporter and then make payment against it. Thanks.

  • Conditionally Hide Regions based on :APP_USER

    Hey Guys, I have a pretty straight-forward question. I'm trying to hide a region unless the user = "ADMIN_JOHN" OR "ADMIN_TOM". Can someone please tell me: 1.) the condition type, 2.) what to write into expression 1 (and possibly expression 2). I've

  • Trouble transferring iPhone videos to iPhoto & iMovie

    I use a iPhone 3Gs and wanted to load all of our photos and videos onto our computer. I haven't had any trouble in the past. I hook my phone to the computer and I first get a message saying no camera found. Iphoto still recognizes my phone and asks m

  • Siebel EDQ batch job performance

    Hi there, We are using Siebel Public Sector 8.2.2.4 with EDQ 11.1.1.7 version to clean up existing contact records and also set up real-time deduplication for ongoing contacts.  We didn't tune any parameters both from Siebel and EDQ side till now. We