Could you try to rephrase your question? I'm not quite sure what you're tying to accomplish. If you have a wsdl, you'll have better luck basing your code on examples that do databinding. Take a look at the userguide databinding section, as it may help.

Robert
http://www.braziloutsource.com/

On 5/9/06, Wei Jiang <_weijiang_@yahoo.com > wrote:
Hi,

I have a WSDL. I would like to get parameter information of it then invoke an
operation.
How to do it?

All the client example programs (under userguide) do like:

            OMElement payload = ClientUtil.getEchoOMElement();
            Options options = new Options();
             options.setTo(targetEPR);

            //Blocking invocation
            ServiceClient sender = new ServiceClient();
            sender.setOptions(options);
            OMElement result = sender.sendReceive (payload);

The information of WSDL is passed to ServiceClient when it is invoked.
Is there a way to init ServerClient then get parameters before invoke?
Is there any examples?

Any information would be appreciated. Thanks in advance.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to