[Soaplab-users] Getting Parameters Derived Service
Brought to you by:
marsenger
|
From: Nandita M. <nan...@ya...> - 2005-07-20 01:39:40
|
Hi there,
I am trying to use soaplab in order to execute a given
web service.
Hence I give the user a set of possible set_<name>
methods to choose from for the given wsdl.
The user over here has to himself choose the
parameters for the given set_<name> operation. For
example
in edit::seqret::derived
to do client.doCall("set_sequence_direct_data",
params);
the user has to know beforehand what are the exact
parameters for the above operation to be called.i.e
set_seq_dir_data requires a "sequence" param.
Is there a way to ease the user of this requirement,
of knowing the exact parameter names & types and can
it be obtained from the wsdl somehow?
Such that when i instantiate my application, the user
is not only given the names of possible set_<name>
operations from the wsdl but also input params
required by the operation such as sequence in the case
of set_sequence_direct_data operation?
thank you so much ,
nandita.
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
|