I would also recommend investing the time in figuring out how to use
soapui ( it's a fairly straight forward app so it shouldn't take much
to get used to it). The free version is all we need and we use it
everyday.
On Jan 19, 2011, at 8:57, "henry human" <[email protected]> wrote:
Yes, twice!!
But after two days I have still no answer fom them..
--- Gilbert Pilz <[email protected]> schrieb am Mi, 19.1.2011:
Von: Gilbert Pilz <[email protected]>
Betreff: Re: soap message creation
An: [email protected]
Datum: Mittwoch, 19. Januar, 2011 15:42 Uhr
Have you tried sending email to the eviware people? I've always
found them to be very helpful . . .
~ gp
On 1/19/2011 6:33 AM, henry human wrote:
As I mentioned in my last first posting
the soUi is not the solution for me, because of its very hudge API
which has not a documentation to understand it...
--- Gilbert Pilz <[email protected]> schrieb am Mi, 19.1.2011:
Von: Gilbert Pilz <[email protected]>
Betreff: Re: soap message creation
An: [email protected]
CC: "henry human" <[email protected]>
Datum: Mittwoch, 19. Januar, 2011 01:27 Uhr
soapUI (http://www.soapui.org/) is a great tool. You create a new
project, specify an initial WSDL, and it auto-generates sample
requests for you. You can then use the UI to send the request and
examine the response, etc.
Although what you want to do is less than 1% of what soapUI *can*
do, it's very good at making the simple things simple.
FYI: I have no relationship to this tool or the company that
supports it other than that of a happy
user . . .
Gilbert Pilz | Consulting Member, Technical Staff | Middleware
Standards | Oracle Corporation
On 1/18/2011 11:17 AM, henry human wrote:
Hi
I am looking for any free JAVA or not JAVA tool(command line Tool
or well documented API/
framework..) to generate SOAP messages from a given WSDL. For
example run the tool from command line and give the path
to the wsdl file or call tool
in code and give the path to the wsdl file to create a soap
message.Maybe someone has implemented such tool and can give a hint.