Re: Passing custom object to Axis2/J Web service

2010-01-01 Thread Amila Suriarachchi
2009/12/23 Kamran Soomro (کامران سومرو) kamransoomr...@gmail.com

 Hi,

 I've created a web service using Axis2/J and Eclipse WTP tools.

how you have create the service. you can create the service as a POJO class
which has a method
taking your custom class as a parameter.

thanks,
Amila.

 I want to pass an object of a custom class into it. The class contains only
 one public String member. However, the proxy class generated on the client
 side does not provide me any way of specifying this member. Any suggestions
 on how to go about this would be much appreciated. Thanks!

 --Kamran




-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/


Passing custom object to Axis2/J Web service

2009-12-23 Thread Kamran Soomro (کامرا ن سومرو)

Hi,

I've created a web service using Axis2/J and Eclipse WTP tools. I want  
to pass an object of a custom class into it. The class contains only  
one public String member. However, the proxy class generated on the  
client side does not provide me any way of specifying this member. Any  
suggestions on how to go about this would be much appreciated. Thanks!


--Kamran