Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm trying to make a soap call through Talend 5.6.1 Open studio. There is basic authentication that is being used in order to make the soap call. I was able to successfully run it when I run the job from my local but the issue is when I deploy it onto the Oracle server and try to execute it there.
This is the error that I'm getting when deployed and triggered on the Oracle server.
Please help.
Exception in component tSOAP_1
javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 401 Unauthorized
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:234)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:141)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:134)
at org.talend.soap.SOAPUtil.extractContentAsDocument(SOAPUtil.java:220)
@Yash Kodali ,check the below link may help.
https://community.talend.com/s/article/tSoap-component-not-handling-the-request-as-expected-tPq85
Hello,
Are you able to make the soap call through SOAP UI? Could you please give us some details steps about how did you deploy it onto the Oracle server? More information will be preferred.
Best regards
Sabrina