Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-21 Thread Curtis Jensen
On Sun, Jul 20, 2008 at 7:00 AM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Curtis Jensen wrote: Thanks. I'll look into client side modules. Any suggestions on where to look for a good example? Everything I've found so far was setting up for server side modules. You can see how

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Curtis Jensen
engine isn't involved at that point. Thanks, Curtis On Sun, Jul 20, 2008 at 12:43 AM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Curtis Jensen wrote: Thanks for the suggestion. I assume you meant the lOggin module sample. It was promising. However, this looks like a server side solution. I'm

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-19 Thread Curtis Jensen
just as Axis would. All on the client side. Is this possible? Thanks again, Curtis On Fri, Jul 18, 2008 at 11:17 PM, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Curtis Jensen wrote: I'm using Axis2 to generate web service clients. Everything is working fine. Now, I need to generate

Serialization of Wrapped WSDL Parameter Objects

2008-07-18 Thread Curtis Jensen
I'm using Axis2 to generate web service clients. Everything is working fine. Now, I need to generate the SOAP XML string of what would be sent through HTTP so that I can save it for processing later. I can get a handle to the the java object Axis generated to represent the web service parameter.