Although I have to confess that I lack any idea of what you mean by "takes an XSD element and returns an XSD element"* I think that the easiest way of testing a Web Service is to create client stubs using wsdl2java (comes along with your Axis2 distribution) and use this stubs to test the service. The whole process should not take < 30 minutes in general.

Alternatively I have often used XFire (http://xfire.codehaus.org/) to quickly test services ...

/philipp

* my best guess is that you wanted to say that the service uses an IN-OUT MEP, and that it takes a parameter as complex type for IN and returns another complex type as OUT

Milan Tomic schrieb:
I would like to test my web service, so I need a client. My web service takes 
an XSD Element and returns an XSD Element. Is there some example of such a 
client? Since input argument is large XML, I would like to load it from a file, 
rather then building it in code.

Thank you in advance,
Milan




____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to