On 01/18/2011 05:06 PM, henry human wrote:
Thanks, but this tool has a huge not documented API with a graphical UI .
I thought a narrow API or a command line.


--- David Carver<[email protected]>  schrieb am Di, 18.1.2011:

Von: David Carver<[email protected]>
Betreff: Re: tool generate SOAP message
An: [email protected]
Datum: Dienstag, 18. Januar, 2011 16:35 Uhr
SOAPUI.

http://www.soapui.org/


On 01/18/2011 10:17 AM, henry human wrote:
Hi guys
I am looking for any JAVA or not JAVA tool(free
command line Tool or well documented API/ framework..) to
generate SOAP messages from a given WSDL.
You can use CURL

Posting a string: curl -d "String to post" "http://www.example.com/target";
Posting the contents of a file: curl -d @file.xml "http://www.example.com/target";
(it should be possible to call the tool or API from
JAVA code).  Maybe someone has implemented such tool
and can give a hint.
I am thankful for any help!
ciao..





Reply via email to