How to invoke web service which is not publish in the internet.
Hi,
We have one customer requirement that we need invoke a web service which is published by third part to get AP invoices. However the WSDL is not published in internet , but we can invoke the same from SOAP UI.
For this customer has provided one xml file with WSDL details.
on top of this customer has provided one SDK , in that we have web service WSDL files and dependent XSD files. Using this we developed web service proxy in JDeveloper. Jdeveloper has created request and response java classes for all operations. And it is also created java class for client . In this class we have main method.
We have one customer requirement that we need invoke a web service which is published by third part to get AP invoices. However the WSDL is not published in internet , but we can invoke the same from SOAP UI.
For this customer has provided one xml file with WSDL details.
on top of this customer has provided one SDK , in that we have web service WSDL files and dependent XSD files. Using this we developed web service proxy in JDeveloper. Jdeveloper has created request and response java classes for all operations. And it is also created java class for client . In this class we have main method.
0