<faultstring> Cannot find partner wsdl.
445427Jun 16 2005 — edited Jul 6 2005Hi ,
I am trying to initiate a web service deployed on a iAS_10g. I have generated a stub, in jdev 10.1.2,from the wsdl end point and am calling the service from the stub.
I am getting the following response:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.generalException</faultcode>
<faultstring>Cannot find partner wsdl.
parnterLink "hello" is not found in process "hello" (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 "hello" is not found in process "hello" (revision "1.0")
Please check the deployment descriptor of the process to find the correct partnerLink name.
</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">m001229</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
I have initiated the service and recieved a response successfully, when the same service is deployed on my local server oc4j_10g but not been able to do so for the remote server. Can you please shed some light on this issue?
Thank you for your time.
Regards,
Rev