I need to create dynamic invoker of webservices based on their WSDL. any idea? thanks
See JAX-RPC; what you need is Dynamic proxies or Dynamic Invocation Interface (DII) if client doesn't know the remote method name or its signature.
Here a good example of what you can do with JAX-RPC having just a WSDL as input.
As said in the comment, JAX-RPC is evolved to JAX-WS.
have you read this pages ?
Dynamic Discovery and Invocation of Web services
Dynamically Invoking a Web Service
Update
C# – Dynamically Invoke Web Service At Runtime
Creating a dynamic Web service to simplify code From 2006
http://cxf.apache.org/docs/dynamic-clients.html
Generates clients on the fly.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With