You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Anthony Elder <an...@uk.ibm.com> on 2003/03/24 20:31:15 UTC

Re: How to dynamically invoke a webservice provided just WSDL?

This is one of the things WSIF was designed for doing. See
http://ws.apache.org/wsif.

       ...ant

Anthony Elder
ant.elder@uk.ibm.com
Web Services Development
IBM UK Laboratories,  Hursley Park
(+44) 01962 818320, x248320, MP208.


"PILLAI,RANJITH (HP-PaloAlto,ex1)" <ra...@hp.com> on 24/03/2003
19:10:34

Please respond to axis-user@ws.apache.org

To:    "'axis-user@ws.apache.org'" <ax...@ws.apache.org>
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.