This is one of the things WSIF was designed for doing. See
http://ws.apache.org/wsif.
...ant
Anthony Elder
[EMAIL PROTECTED]
Web Services Development
IBM UK Laboratories, Hursley Park
(+44) 01962 818320, x248320, MP208.
"PILLAI,RANJITH (HP-PaloAlto,ex1)" <[EMAIL PROTECTED]> on 24/03/2003
19:10:34
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: How to dynamically invoke a webservice provided just WSDL?
Hi there,
My project requires me to dynamically invoke a web service providing only
its WSDL description, using DII. So my intention is to dynamically find
operations and parameters from service object (where I passed the WSDL
location to create a new service object).
After going the API documentation I found that the getCalls() method
returns a call object corresponds to each operation and so we can extract
all info from this call object. Unfortunately this didn't work as I
expected.
What is the right way to achieve this? Could anybody extend a hand...
Thanks,
Ran.