Re: 'WebServices - Axis' international

2011-07-22 Thread Andreas Veithen
Please don't reply. It appears to be a scam: http://comments.gmane.org/gmane.linux.documentation.tldp/2440 Andreas On Thu, Jul 21, 2011 at 15:10, Alyona Lompar wrote: > Hi! > > I'm willing to translate page located at > http://ws.apache.org/axis/java/user-guide.html#tcpmon to the Belorussian >

Sending custom Java objects as parameters to a web service

2011-07-22 Thread Louis Amstutz
I am able to return custom objects from a webservice, but not send them as parameters I get an Instantiation Exception when if a method in the service has a parameter that is a custom object that I defined. I have no problems with parameters that are simple data types like int or standard Java ob

Re: Sending custom Java objects as parameters to a web service

2011-07-22 Thread Sagara Gunathunga
This should work without any problem. Can you provide your service side, client side codes together with a SOAP messages so that we can look into your problem ? Also what is your Axis2 version ? You can trace SOAP messages using a tool like TCPMon. Thanks ! On Sat, Jul 23, 2011 at 7:17 AM, Louis

Re: Sending custom Java objects as parameters to a web service

2011-07-22 Thread Meeusen, Christopher W.
what you're asking to do is common place in axis2. You can send instances of custom pojos to a service operation, just deploy them in a jar in the /lib folder or in the aar file itself. Sent from a mobile device, please excuse misspellings. - Reply message - From: "Louis Amstutz" D