BPEL designer default relative URI when importing wsdl

I'm using BPEL designer 10.1.3.1.0 The designer generated a reference service wsdl file "MyServiceRef.wsdl" that imports the service "MyService.wsdl" I intended to use.
The import line reads like:
<import namespace="http://my.namespace/" location="../public_html/WEB-INF/wsdl/MyService.wsdl"/>
When deploying the BPEL project, I got error that "Failed to read wsdl", in which the deploying process looked for the wsdl file at location
<BPEL HOME>\domains\default\tmp\.bpel_ProjectName_ff8d276f54525c078b0828ce6f764002.tmp
I tried to modify the line to use the full URI to point to the correct location but it wouldn't compile. Can someone help point out what is wrong?
Thanks,
Wen

1. The web service "MyService" was generated using BPEL designer's wizard: New -> Business Tier -> Java Web Services (There's one java class compiled within the project.)
2. When I was adding the service into my BPEL flow, jdeveloper automatically generated the reference "MyServiceRef" as mentioned in the first post. This reference service imports MyService, at relative URI as correctly described in the import statement.
3. Compiling the BPEL ->success
4. Deploying BPEL, somehow it looks for MyService.wsdl at a wrong location
MyService.wsdl
<definitions
name="MyService"
targetNamespace="http://my.target/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://my.target/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://my.namespace/FlowName" schemaLocation="FlowName.xsd"/>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://my.target/"
elementFormDefault="qualified" xmlns:tns="http://my.namespace/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
<import namespace="http://my.namespace/FlowName" schemaLocation="FlowName.xsd"/>
<element name="Demo_ServiceElement">
<complexType>
<sequence>
<element name="String_1" type="string" nillable="true"/>
<element name="String_2" type="string" nillable="true"/>
</sequence>
</complexType>
</element>
<element name="Demo_ServiceResponseElement">
<complexType>
<sequence>
<element name="result" type="string" nillable="true"/>
</sequence>
</complexType>
</element>
</schema>
</types>
<message name="MyService_Demo_Service">
<part name="parameters" element="tns:Demo_ServiceElement"/>
</message>
<message name="MyService_Demo_ServiceResponse">
<part name="parameters" element="tns:Demo_ServiceResponseElement"/>
</message>
<portType name="MyService">
<operation name="Demo_Service">
<input message="tns:MyService_Demo_Service"/>
<output message="tns:MyService_Demo_ServiceResponse"/>
</operation>
</portType>
<binding name="MyServiceSoapHttp" type="tns:MyService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="Demo_Service">
<soap:operation soapAction="http://oracle.crm.dnbconnect//Demo_Service"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="MyService">
<port name="MyServiceSoapHttpPort" binding="tns:MyServiceSoapHttp">
<soap:address location="http://130.35.75.232:8888/QuickStartWrkspc-DnBFlow-context-root/MyServiceSoapHttpPort"/>
</port>
</service>
</definitions>
Error:
#### Deployment incomplete. ####
BUILD FAILED
D:\work\jdevhome\jdev\mywork\QuickStartWrkspc\FlowName\build.xml:79: A problem occured while connecting to server "localhost" using port "8888": bpel_FlowName_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
Error while loading process.
The process domain encountered the following errors while loading the process "FlowName" (revision "1.0"): Failed to read wsdl.
Error happened when reading wsdl at "D:\product\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\.bpel_FlowName_1.0_ff8d276f54525c078b0828ce6f764002.tmp\MyServiceRef.wsdl", because "Error reading import of file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_FlowName_1.0_ff8d276f54525c078b0828ce6f764002.tmp/MyServiceRef.wsdl: Failed to read wsdl file at: "file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/public_html/WEB-INF/wsdl/MyService.wsdl", caused by: java.io.FileNotFoundException. : D:\product\10.1.3.1\OracleAS_1\bpel\domains\default\tmp\public_html\WEB-INF\wsdl\MyService.wsdl (The system cannot find the path specified)".
Make sure wsdl exists at that URL and is valid.

Similar Messages

  • In Design CS5.5 crashes when importing/placing a image

    In Design CS5.5 crashes when importing/placing a image

    Just for good measure, create a new user on your computer and test in that user. If it fails, you have a software conflict of some sort or you need to reinstall. If it works, you still have some sort of problem in the original user.

  • Can I change default crop options when importing PDFs?

    When importing PDFs into Photoshop CS3, the default cropping is Bounding Box. I change the popup to Media Box, but it reverts when I quit Photoshop. Is there a way to make Media Box the default?

    I tried it and a Scripted opening of a pdf doesn’t seem to have any bearing on the dialog’s settings.
    If You open with the same settings usually it might be possible to create a Script that opens pdfs with those settings right away – one would have to trade the comparative convenience of dragging the pdf on the psd-symbol and hitting OK for an open-dialog though, I guess.

  • Trouble when importing wsdl

    Hi,
    I have a SOAP server and am trying to import the wsdl into Flex Builder. When I attempt the import, there is nothing in the resulting service selector dialog. I've included the WSDL below, and am wondering if there is something in the WSDL that is making Flex Builder error.
    Flex Builder version: 3.0.194161
    <?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://www.nortel.com/soa/oi/ccma/service" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.nortel.com/soa/oi/ccma/service"><xs:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Nortel.Applications.CCMA.OpenInterfaces"/><xs:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element name="BasicTest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="text" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="BasicTestResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasicTestResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="addAgent"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="firstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="lastName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="addAgentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="addAgentResult" type="xs:boolean"/><xs:element minOccurs="0" name="agentLocalID" type="xs:int"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="addSupervisor"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="firstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="lastName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="addSupervisorResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="addSupervisorResult" type="xs:boolean"/><xs:element minOccurs="0" name="supervisorLocalID" type="xs:int"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getAgentDetails"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="agentLocalUserID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getAgentDetailsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getAgentDetailsResult" type="xs:boolean"/><xs:element minOccurs="0" name="agent" nillable="true" type="tns:AgentFullDetails"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AgentFullDetails"><xs:complexContent mixed="false"><xs:extension base="tns:AgentBasicDetails"><xs:sequence><xs:element minOccurs="0" name="contactTypesAndSkillsets" nillable="true" type="tns:ArrayOfContactTypeAndRelatedSkillsets"/><xs:element minOccurs="0" name="isLoggedIn" type="xs:boolean"/><xs:element minOccurs="0" name="superLocalID" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="AgentFullDetails" nillable="true" type="tns:AgentFullDetails"/><xs:complexType name="AgentBasicDetails"><xs:sequence><xs:element minOccurs="0" name="firstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="lastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="localID" type="xs:int"/><xs:element minOccurs="0" name="phoneSetLoginID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="type" type="q1:AGENT_TYPE" xmlns:q1="http://schemas.datacontract.org/2004/07/Nortel.Applications.CCMA.OpenInterfaces"/></xs:sequence></xs:complexType><xs:element name="AgentBasicDetails" nillable="true" type="tns:AgentBasicDetails"/><xs:complexType name="ArrayOfContactTypeAndRelatedSkillsets"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ContactTypeAndRelatedSkillsets" nillable="true" type="tns:ContactTypeAndRelatedSkillsets"/></xs:sequence></xs:complexType><xs:element name="ArrayOfContactTypeAndRelatedSkillsets" nillable="true" type="tns:ArrayOfContactTypeAndRelatedSkillsets"/><xs:complexType name="ContactTypeAndRelatedSkillsets"><xs:complexContent mixed="false"><xs:extension base="tns:ContactType"><xs:sequence><xs:element minOccurs="0" name="isAssigned" type="xs:boolean"/><xs:element minOccurs="0" name="skillsetsOfThisContactType" nillable="true" type="tns:ArrayOfSkillsetFullDetails"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ContactTypeAndRelatedSkillsets" nillable="true" type="tns:ContactTypeAndRelatedSkillsets"/><xs:complexType name="ContactType"><xs:sequence><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ContactType" nillable="true" type="tns:ContactType"/><xs:complexType name="ArrayOfSkillsetFullDetails"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SkillsetFullDetails" nillable="true" type="tns:SkillsetFullDetails"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSkillsetFullDetails" nillable="true" type="tns:ArrayOfSkillsetFullDetails"/><xs:complexType name="SkillsetFullDetails"><xs:complexContent mixed="false"><xs:extension base="tns:Skillset"><xs:sequence><xs:element minOccurs="0" name="Priority" type="xs:int"/><xs:element minOccurs="0" name="Status" type="q2:SkillsetStatus" xmlns:q2="http://schemas.datacontract.org/2004/07/Nortel.Applications.CCMA.OpenInterfaces"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SkillsetFullDetails" nillable="true" type="tns:SkillsetFullDetails"/><xs:complexType name="Skillset"><xs:sequence><xs:element minOccurs="0" name="ContactTypeID" type="xs:int"/><xs:element minOccurs="0" name="ID" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Skillset" nillable="true" type="tns:Skillset"/><xs:element name="getSupervisorDetails"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="supervisorLocalID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getSupervisorDetailsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getSupervisorDetailsResult" type="xs:boolean"/><xs:element minOccurs="0" name="supervisor" nillable="true" type="tns:SupervisorFullDetails"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SupervisorFullDetails"><xs:complexContent mixed="false"><xs:extension base="tns:AgentBasicDetails"><xs:sequence><xs:element minOccurs="0" name="NumAssignedAgents" type="xs:int"/><xs:element minOccurs="0" name="assignedAgentsLocalIDs" nillable="true" type="q3:ArrayOfint" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SupervisorFullDetails" nillable="true" type="tns:SupervisorFullDetails"/><xs:element name="getAgentsAssignedToSkillset"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="skillsetID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getAgentsAssignedToSkillsetResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getAgentsAssignedToSkillsetResult" type="xs:boolean"/><xs:element minOccurs="0" name="agents" nillable="true" type="tns:ArrayOfAgentFullDetails"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAgentFullDetails"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AgentFullDetails" nillable="true" type="tns:AgentFullDetails"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAgentFullDetails" nillable="true" type="tns:ArrayOfAgentFullDetails"/><xs:element name="getAgentsList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getAgentsListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getAgentsListResult" type="xs:boolean"/><xs:element minOccurs="0" name="agents" nillable="true" type="tns:ArrayOfAgentFullDetails"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getSupervisorList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getSupervisorListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getSupervisorListResult" type="xs:boolean"/><xs:element minOccurs="0" name="supervisors" nillable="true" type="tns:ArrayOfAgentBasicDetails"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAgentBasicDetails"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AgentBasicDetails" nillable="true" type="tns:AgentBasicDetails"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAgentBasicDetails" nillable="true" type="tns:ArrayOfAgentBasicDetails"/><xs:element name="getSkillsetsList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ccmsIPAddress" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="getSkillsetsListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="getSkillsetsListResult" type="xs:boolean"/><xs:element minOccurs="0" name="skillsets" nillable="true" type="tns:ArrayOfSkillset"/><xs:element minOccurs="0" name="errorMsg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSkillset"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Skillset" nillable="true" type="tns:Skillset"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSkillset" nillable="true" type="tns:ArrayOfSkillset"/></xs:schema>
    Thanks in advance...

    Oh, sorry, wrong xml...
    here is the correct one wsdl.
    <?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="SOAP" targetNamespace="http://www.nortel.com/soa/oi/ccma/service" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://www.nortel.com/soa/oi/ccma/service" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="http://tempuri.org/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"><wsdl:import namespace="http://tempuri.org/" location="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?wsdl=wsdl0"/><wsdl:types><xsd:schema targetNamespace="http://www.nortel.com/soa/oi/ccma/service/Imports"><xsd:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd0" namespace="http://www.nortel.com/soa/oi/ccma/service"/><xsd:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xsd:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Nortel.Applications.CCMA.OpenInterfaces"/><xsd:import schemaLocation="http://ctidpp22/WebServices/OpenInterfaces/soap.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xsd:schema></wsdl:types><wsdl:message name="soap_BasicTest_InputMessage"><wsdl:part name="parameters" element="tns:BasicTest"/></wsdl:message><wsdl:message name="soap_BasicTest_OutputMessage"><wsdl:part name="parameters" element="tns:BasicTestResponse"/></wsdl:message><wsdl:message name="soap_addAgent_InputMessage"><wsdl:part name="parameters" element="tns:addAgent"/></wsdl:message><wsdl:message name="soap_addAgent_OutputMessage"><wsdl:part name="parameters" element="tns:addAgentResponse"/></wsdl:message><wsdl:message name="soap_addSupervisor_InputMessage"><wsdl:part name="parameters" element="tns:addSupervisor"/></wsdl:message><wsdl:message name="soap_addSupervisor_OutputMessage"><wsdl:part name="parameters" element="tns:addSupervisorResponse"/></wsdl:message><wsdl:message name="soap_getAgentDetails_InputMessage"><wsdl:part name="parameters" element="tns:getAgentDetails"/></wsdl:message><wsdl:message name="soap_getAgentDetails_OutputMessage"><wsdl:part name="parameters" element="tns:getAgentDetailsResponse"/></wsdl:message><wsdl:message name="soap_getSupervisorDetails_InputMessage"><wsdl:part name="parameters" element="tns:getSupervisorDetails"/></wsdl:message><wsdl:message name="soap_getSupervisorDetails_OutputMessage"><wsdl:part name="parameters" element="tns:getSupervisorDetailsResponse"/></wsdl:message><wsdl:message name="soap_getAgentsAssignedToSkillset_InputMessage"><wsdl:part name="parameters" element="tns:getAgentsAssignedToSkillset"/></wsdl:message><wsdl:message name="soap_getAgentsAssignedToSkillset_OutputMessage"><wsdl:part name="parameters" element="tns:getAgentsAssignedToSkillsetResponse"/></wsdl:message><wsdl:message name="soap_getAgentsList_InputMessage"><wsdl:part name="parameters" element="tns:getAgentsList"/></wsdl:message><wsdl:message name="soap_getAgentsList_OutputMessage"><wsdl:part name="parameters" element="tns:getAgentsListResponse"/></wsdl:message><wsdl:message name="soap_getSupervisorList_InputMessage"><wsdl:part name="parameters" element="tns:getSupervisorList"/></wsdl:message><wsdl:message name="soap_getSupervisorList_OutputMessage"><wsdl:part name="parameters" element="tns:getSupervisorListResponse"/></wsdl:message><wsdl:message name="soap_getSkillsetsList_InputMessage"><wsdl:part name="parameters" element="tns:getSkillsetsList"/></wsdl:message><wsdl:message name="soap_getSkillsetsList_OutputMessage"><wsdl:part name="parameters" element="tns:getSkillsetsListResponse"/></wsdl:message><wsdl:portType name="soap"><wsdl:operation name="BasicTest"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/BasicTest" message="tns:soap_BasicTest_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/BasicTestResponse" message="tns:soap_BasicTest_OutputMessage"/></wsdl:operation><wsdl:operation name="addAgent"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/addAgent" message="tns:soap_addAgent_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/addAgentResponse" message="tns:soap_addAgent_OutputMessage"/></wsdl:operation><wsdl:operation name="addSupervisor"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/addSupervisor" message="tns:soap_addSupervisor_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/addSupervisorResponse" message="tns:soap_addSupervisor_OutputMessage"/></wsdl:operation><wsdl:operation name="getAgentDetails"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentDetails" message="tns:soap_getAgentDetails_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentDetailsResponse" message="tns:soap_getAgentDetails_OutputMessage"/></wsdl:operation><wsdl:operation name="getSupervisorDetails"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSupervisorDetails" message="tns:soap_getSupervisorDetails_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSupervisorDetailsResponse" message="tns:soap_getSupervisorDetails_OutputMessage"/></wsdl:operation><wsdl:operation name="getAgentsAssignedToSkillset"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentsAssignedToSkillset" message="tns:soap_getAgentsAssignedToSkillset_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentsAssignedToSkillsetResponse" message="tns:soap_getAgentsAssignedToSkillset_OutputMessage"/></wsdl:operation><wsdl:operation name="getAgentsList"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentsList" message="tns:soap_getAgentsList_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getAgentsListResponse" message="tns:soap_getAgentsList_OutputMessage"/></wsdl:operation><wsdl:operation name="getSupervisorList"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSupervisorList" message="tns:soap_getSupervisorList_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSupervisorListResponse" message="tns:soap_getSupervisorList_OutputMessage"/></wsdl:operation><wsdl:operation name="getSkillsetsList"><wsdl:input wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSkillsetsList" message="tns:soap_getSkillsetsList_InputMessage"/><wsdl:output wsaw:Action="http://www.nortel.com/soa/oi/ccma/service/soap/getSkillsetsListResponse" message="tns:soap_getSkillsetsList_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:service name="SOAP"><wsdl:port name="SoapEndpoint" binding="i0:SoapEndpoint"><soap:address location="http://ctidpp22/WebServices/OpenInterfaces/soap.svc"/></wsdl:port></wsdl:service></wsdl:definitions>

  • Error when importing WSDL generated in XI

    Hi,
    i want to import a wsdl, that i have generated in xi, into the developer studio.
    The ds says all the time: "Problems while generating the Proxy definiton".
    When i am testing the wsdl with xmlspy, everthing is ok.
    Do i have to change something in the wsdl when i generate it in xi?
    My scenario is SOAP->XI->IDOC. Communication with soap will be over an external webservice.
    thanks,
    Carsten

    Hi,
    >>>>Do i have to change something in the wsdl when i generate it in xi?
    yes page 12:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    >>>>My scenario is SOAP->XI->IDOC. Communication with soap will be over an external webservice.
    in this case it's not an external WS but internal (on XI)
    the call is only made from external client
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • "Unable to log URL" error when importing WSDL into Web Service connection

    Hello Experts
    I'm using Xcelsius Engage and I'd like to use Web Service connection.
    I've developed my own Web service (that is using 2 other web service inside it).
    and now I'm trying to import it into the Xcelsius (connection --> Web service connection).
    And I get the follwoing error:
    "Unable to log URL"
    When I browse to my wsdl file in IE the file is loaded with no problem.
    When trying to import other URLs it also works fine (for example: http://www.xignite.com/xFinancials.asmx?wsdl)
    Any idea?
    Thanks,
    Miki

    Hi Matt
    Thanks a lot!!!
    Indeed the solution was in the follwoing thread:
    VB.net code to create XML
    Parsing the query result fixed the problem.
    For others who might have the same problem:
    Here's a working web service (C# code, for vb code follow the link to the thread above):
    public Service () {
        public struct QueryResult
          public string SlpName;
          public string Commission;
        [WebMethod]
      public QueryResult[] RunQuery()
          // Open Connection - Query Data from DB table - Close connection
          SqlConnection connection = new SqlConnection("Data Source=(local);Integrated Security=SSPI;Initial Catalog=SBODemoUS");
          SqlDataAdapter adapter = new SqlDataAdapter(
            "SELECT SlpName, Commission FROM OSLP", connection);
          DataTable DT_QryResult = new DataTable();
          adapter.Fill(DT_QryResult);
          connection.Close();
          // Parse data to be forward to Xcelsius
          QueryResult[] QryRes = null;
          QryRes = new QueryResult[DT_QryResult.Rows.Count];
          int i=0;
          foreach (DataRow row in DT_QryResult.Rows)
            QryRes<i>.SlpName = row["SlpName"].ToString();
            QryRes<i>.Commission = row["commission"].ToString();
            i++;
          return QryRes;
    Best regards,
    Miki

  • Need BPEL Designer to integrate with jDEV 11g

    I am using jDeveloper 11g:
    Oracle JDeveloper 11g 11.1.1.0.0
    Studio Edition Version 11.1.1.0.0
    I have BPEL Process manager 10.1.3.1 but it did not come bundled with BPEL Designer. I am unable to use jDev 11g as the designer for BPEL Process Manager. I tried to install this extension: Update for the Oracle BPEL Designer and related Integration Tier components. Build:
    PCBPEL_MAIN_GENERIC_070328.0800. But the install errors out:
    oracle.bam
    Error: Not loaded: Missing dependencies: oracle.bpm.modeler
    oracle.bpm.ess
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\lib\xmlparserv2.jar not found.
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\j2ee\home\lib\scheduler.jar not found.
    oracle.bpm.modeler
    Error: Not loaded: Missing dependencies: oracle.sca.modeler
    oracle.bpm.rules
    Warning: Classpath entry C:\Oracle\Middleware\jdeveloper\lib\java\api\jaxb-api.jar not found.
    and so on.
    How do I go about sucessfully loading BPEL Designer on jDEV 11g?
    Please provide your input. Thanks.

    Are you an Oracle Employee using internal JDeveloper MAIN builds? If so please use the internal forums and not the external ones.
    http://myforums.oracle.com/

  • BPEL Designer for JDeveloper?

    I just installed JDeveloper and the BPEL Process Manager. My organization will be taking over an existing Oracle BPEL project and the old project lead indicated we should use the BPEL Designer.
    I have been searching for the referenced BPEL Designer extension to JDeveloper for the last few hours. It has so far alluded me. Can someone provide the download URL: or explain what must be done. I went to the JDeveloper extensions site and it is not listed there.
    Is ther a BPEL Designer for JDeveloper?

    I downloaded Oracle JDeveloper 11G, the Technology Preview and installed the BPEL Process manager. I'm not able to create a BPEL process as described in the startup screen that pops up from the Windows Start menu when you select JDeveloper BPEL Designer.
    I notice when I go the JDeveloper about box/Extensions list that all the BPEL stuff is grayed out with a description that it has been disabled by the user. I didn't touch a thing! How do I enable BPEL in JDeveloper?
    I did a search on Google and found a reference to the ide.properties file, but when I search my computer I only find such a file for the Jdeveloper IDE itself and there's no reference to BPEL anywhere.
    I'd love to start learning BPEL, but can't seem to get past this obstacle!

  • When importing images in Pages, how do I set the default object placement to "stay on page" and "no text wrap"?

    when importing images in Pages, how do I set the default object placement to "stay on page" and "no text wrap"?

    Then use a Layout template.
    I am a designer and I use Word Processing templates with layout breaks and all the other tools available because Layout templates are just WP templates with a lot of options removed.
    Pages is not Indesign, but then Indesign is not Pages, …and Pages 5 is not Pages '09.
    Unless your flyers are for the Web, why are you using Pages at all?
    I am curious, what does your post have to do with the O.P.'s question? …and why are you posting it here?
    Peter

  • BPEL Designer doesn't delete the Partner Link wsdl properly

    Hi,
    In a development scenario; when a partnerlink is created and then deleted, the wsdl file is not deleted. Hence unable to create a new partnerlink with the same service name. Everytime I endup creating a new service name for the partnerlink pointing to the same DB procedure. This will also lead to the change in the other dependent activities like invoke, Assign etc. as the variable names would have changed. These things will make the developement lag behind the time.
    Why BPEL Designer doesn't do a clean delete of the all the entries in the xml files and the wsdl file?
    Thanks,
    Senthil L.

    Hi Senthil,
    When you delete the Partner Link it will pop a Dialog box asking if you want to delete the WSDL file associated with the Partner link and If you Click Yes then the associated WSDL with this Partner Link is Deleted.
    Only the XSD File generated with this partner link are not getting deleted which is being Fixed in the coming Release.
    Thanks,
    Sunil Gopal

  • Required Java Version 1.4.1 available 1.3.1_01 when launching BPEL Designer

    Hi, All,
    I just installed BPEL Process Manager 10.1.2 and BPEL Designer 0.9.13. The eclispe I have is 3.1.2 for windows. I started BPEL Process Manager first, then I tried to start BPEL Designer, I got an error "Required Java Version 1.4.1 available 1.3.1_01". I have J2SE Development Kit 5.0 Update 6 installed, why do I still get this error?
    Any suggestion would be greatly appreciated!

    I am getting the same error message. But when I try the command mentioned above
    (eclipse -vm c:\jdk1.4.2\jre\bin\javaw -vmargs -Xmx256M) it says eclipse is not a valid internal or external command.
    I am running this from command prompt at D:\.
    Eclipse is unzipped at D:\Program Files. I am not able to move to Program Files directory as CD Program Files does not work. Please help
    Message was edited by:
    user492713

  • Error target namespace must be absolute URI when consuming external WSDL

    Hi,
    I'm trying to consume external WSDL which has relative target namespace.
    Through SE80 transaction I select Create -> Enterprise Server -> Service Consumer.
    I have tried with URL and local file options but the result is the following in both cases:
    At the en of the wizard I receive the errors "exception in Error-Handler" and "Error target namespace must be absolute URI".
    I'm on ECC 6.0 SP 18.
    Anybody knows how to solve this problem? Maybe is not possible to consume external WSDL with relative URI?
    Thanks
    Regards

    Hi,
    I think the problem is that the WSDL is not WS-I compliant.
    I have found note 1327511 (Limiations and common problems in ABAP WSDL processing) and with the report RSSIDL_DESERIALIZE_DEMOI have found the same error.
    Anybody can confirm this?
    Is there any other document or reference where SAP indicates this fact?
    Thanks
    Regards

  • WSDL compatibility with BPEL Designer

    Hi,
    I created a web service via axis and generated the wsdl with axis. Using the BPEL designer to create a new process I now am able to invoke that web service by giving the wsdl file to the invoke dialoge.
    The result is, that the oracle parser is NOT able to read the axis generated wsdl file due to error like:
    Reference to undeclared namespace prefix: 'wsdlsoap'. Context: XXXXX
    Is there a was to drive the designer with axis generated wdsl docs?
    thanx, mirco

    Hi Kiran,
    Eclipse requires to detect new plugins.Usually you only need to launch Eclipse with the 'clean' optionnal parameter (run "eclipse.exe -clean").
    If the setup of the BPEL Designer plug-in have been completed properly, you should see the the 'Oracle BPEL Project' item under de 'New Project' wizard menu.
    Hope this could help.
    Edmond Cissé.

  • BPEL Designer plugin for Eclipse 3.1 - when will it be available?

    As oracle has not only vowed to continue support the Eclipse IDE for the BPEL Designer, but also keep functionality in-line with JDeveloper - I was wondering when a version of this plugin will be available for Eclipse 3.1.
    Could some Oracle rep. please respond to this?

    Excellent!
    Can this be downloaded from OTN?
    At http://www.oracle.com/technology/software/products/ias/bpel/index.html
    I only see: "Oracle BPEL Designer for Eclipse 3.0"
    Or did you try and use BPEL Designer for Eclipse 3.1, using that version and was fortunate enough to get it working ;-)

  • Cannot find entry 'SOAP_DOC_LITERAL' when import PublicReportService wsdl

    Hi,
    when i when import PublicReportService_v11.wsdl from BIP 10.1.3.4.2, i get the following error msg:
    Cannot find entry 'SOAP_DOC_LITERAL' in the bounded picklist for the field 'Protocol' in integration component 'Repository Port'(SBL-EAI-
    04401)
    I want to integrate BI publisher for Siebel 8.1.1.6 to generate a report.
    I followed the following references:
    http://docs.oracle.com/cd/E14004_01/books/Reports/ReportsIntegrate6.html#wp575974
    http://siebel-essentials.blogspot.com/2010/01/siebel-811x-and-bi-publisher-part-1.html#axzz1vaWerxQa
    Thanks

    Hi, WSeibel
    I followed the steps Doc ID 1076412.1,
    it said
    This problem was solved after defining in the Mobile Client view -> field "Language(s)" the language ENU and the other one being used.
    Then the database was re-extracted and it was possible to import the WSDL in the local database using Tools.
    but my issue is not solved well.
    I decide to reinstall Siebel Tools now, and have a try again.
    Thanks,
    Zhaoqiang

Maybe you are looking for