BEA380002 - error accesing a soap url
Hi,
I am trying to make a outbound connection to one of our client web service(soap based)
I created a BS and and added endpoint url of the wsdl of this web service. "http://ix.tpapi.uat.radixx.com/*somethingsomething.asmx*" I have tested this url and it works fine.
However i am getting the following error message while testing.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>BEA-380002:x.tpapi.uat.radixx.com</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380002</con:errorCode>
<con:reason>ix.tpapi.uat.radixx.com</con:reason>
<con:location>
<con:node>RouteTo_BS_GAS_AI</con:node>
<con:path>request-pipeline</con:path>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
How do I resolve this issue.