Re: Return a JavaBean in Axis2

2006-08-28 Thread Deepal Jayasinghe
Hi Eric ; When you send the request namesapce of the body first child should be "http://service.test/xsd";, pls try to put that and see. Thanks Deepal Eric Chow wrote: > Hello, > > How can I return a JavaBean class in Axis2 web service ? > I wrote a simple service and client with Axis2 but fail

RE: [***POSSIBLE SPAM***] - Return a JavaBean in Axis2 - Bayesian Filter detected spam

2006-08-28 Thread William Ferguson
st > Subject: [***POSSIBLE SPAM***] - Return a JavaBean in Axis2 - > Bayesian Filter detected spam > > Hello, > > How can I return a JavaBean class in Axis2 web service ? > I wrote a simple service and client with Axis2 but failed and > showed the following exceptions. The

Return a JavaBean in Axis2

2006-08-28 Thread Eric Chow
Hello, How can I return a JavaBean class in Axis2 web service ? I wrote a simple service and client with Axis2 but failed and showed the following exceptions. The following is my codes: package test.service; /** * EchoService.java * * @author Chao Hoi Ka, Eric * */ public class EchoService {