[axis2] Client stub generates empty soap body

2006-10-08 Thread Andrew Zahra
I am using a client stub generated by Axis2 WSDL2Java. I can call a method that takes a string as an argument and returns a string fine. But I have another method that takes an array and a string as arguments and returns an array. When I use the client stub I always get an empty soap body.

Re: [axis2] Client stub generates empty soap body

2006-10-08 Thread Deepal Jayasinghe
Hi Andrew ; Can you please create a JIRA attaching your WSDL. It is bit difficult for us to regenerate the problem w.o having the wsdl file around. Thanks Deepal I am using a client stub generated by Axis2 WSDL2Java. I can call a method that takes a string as an argument and returns a string