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 Samisa Abeysinghe
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 looking for a client side solution. It is not. It is a module, and hence can be engaged on client side as well. Maybe the

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Curtis Jensen
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. How about the return trip? When we recieve the response string, how would that get deserialized back into an object? The axis

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-20 Thread Samisa Abeysinghe
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 addressing is engaged on client side. How about the return trip? When we recieve

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-19 Thread Samisa Abeysinghe
Curtis Jensen wrote: 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

Re: Serialization of Wrapped WSDL Parameter Objects

2008-07-19 Thread Curtis Jensen
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 looking for a client side solution. Maybe the logging solution can be turned into a client solution, but I'm not sure how. When our application

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.