Re: WSDL 2 SOAP

2010-02-08 Thread Demetris
Thanks Craig - actually that's pretty good. I'd rather do programmatically so I will look into the SOAP UI src. I also saw a few examples of XMLHttpRequest being used in javascript modules so I will revisit that as well. Take care Craig Tataryn wrote: I don't think so, I usually use SoapUI

Re: WSDL 2 SOAP

2010-02-08 Thread Craig Tataryn
I don't think so, I usually use SoapUI to do that, you might even be able to do it programatically by looking at their source tree and seeing how they do it. http://www.soapui.org/architecture/index.html Not sure if they have a commandline/maven tool that does it. Craig. On Mon, Feb 8, 2010 at 2:

WSDL 2 SOAP

2010-02-08 Thread Demetris
Hi all, is there a tool in CXF that can generate SOAP envelopes directly from WSDL without generating any stubs? Thanks