Getting bad gateway error when using OdiInvokeWebService
Hello,
I am trying to setup a step for making web service call in a package. I added OdiInvokeWebService and in the Advanced section, when I type the url for WSDL and click on the icon at the right, it gives me error for HTTP/1.1 502 Bad Gateway. The detailed error is below. I am not able to figure out what I need to do. I am able to type the url for WSDL in Internet Explorer and able to see the wsdl file fine. The URL is for a web application running on another host.
om.sunopsis.wsinvocation.SnpsWSInvocationException: com.sunopsis.wsinvocation.SnpsWSInvocationException: java.lang.Exception: HTTP/1.1 502 Bad Gateway
at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:95)
at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:126)
at com.sunopsis.graphical.wsclient.RequestWsPane$17.doInBackground(RequestWsPane.java:1669)
at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker$1.call(SwingWorker.java:240)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker.run(SwingWorker.java:278)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.sunopsis.wsinvocation.SnpsWSInvocationException: java.lang.Exception: HTTP/1.1 502 Bad Gateway
at oracle.odi.wsinvocation.client.impl.jaxws.OdiJaxwsParserImpl.setWsdlUrl(OdiJaxwsParserImpl.java:167)
at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:89)
... 8 more
Caused by: java.lang.Exception: HTTP/1.1 502 Bad Gateway
at oracle.odi.wsinvocation.client.impl.jaxws.OdiJaxwsParserImpl.setWsdlUrl(OdiJaxwsParserImpl.java:122)
... 9 more
Need help in finding out how to fix the HTTP/1.1 502 Bad Gateway error.
thank you.