ORABPEL-08021 Cannot find partner wsdl.
178958Jan 25 2006 — edited Feb 7 2006Hi,
From java client I tried to call the "VacationRequest" demo application to initiate new process instance. I got the below error
Note: I can initiate from BPELConsole successfully.
Can you help me out to solve this?
I need to call it using Webservice from differnt m/c in same network. I depolyed simple webservice which I can call from the same client java program.
Regards,
Senthilkumar
==============
Please check the deployment descriptor of the process to find the correct partnerLink name.
] [faultActorURI=null] [DetailEntries=
[(0)=<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">HASSATL-1621765</ns1:
hostname>]
] [FaultEntries=]] [Params={}]
06/01/24 22:44:01 WFAction.java [SOAPException: faultCode=soapenv:Server.generalException; msg=Cannot find partner wsdl.
parnterLink "VacationRequest" is not found in process "VacationRequest" (revision "1.0")
Please check the deployment descriptor of the process to find the correct partnerLink name.
; nested exception is:
ORABPEL-08021
Cannot find partner wsdl.
parnterLink "VacationRequest" is not found in process "VacationRequest" (revision "1.0")
Please check the deployment descriptor of the process to find the correct partnerLink name.
==============