Generic Java client to invoke web service
843833Jun 20 2005 — edited Jun 24 2005Hi,
1.We have a web service HelloWorld registered in UDDI registry (private) of weblogic.
2.We have written a client that returns the WSDL URL and it is inturn passed to another piece of code where it invokes the the remote method of webservice.
In the above case,our problem is that the client we wrote became specific to the webservice(HelloWorld port, HelloWorld everything specific to HelloWorld webservice).
But our intention os that we have to write a client which should be generic to access any webservice by providing the Service Name and business name.
The UDDI publishing and querying is going well with a code where it returns the WSDL url after this we have to write generic code to access the remote method on webservice.
I appreciate anyone give me a solution to solve.
Thanks
VR