RE: return type from Web Service

2007-01-30 Thread rajac
Thanks Gurpreet. I have posted the bug in JIRA. Regards, Raja Gurpreet Singh Dhanoa, HCL-Industry Solutions wrote: On Apache web site. You can see link to report a bug and the system in which u report a bug is called as JIRA -Original Message- From: rajac [mailto:[EMAIL

Re: return type from Web Service

2007-01-29 Thread rajac
. Also you might need to show us what your client code looks like. Thanks! Paul On 1/28/07, rajac [EMAIL PROTECTED] wrote: Hi, I have little knowledge on Axis2 and just started working on it few days back. At present I am trying to develop web service that will basically

Re: return type from Web Service

2007-01-29 Thread rajac
Hi Paul, Would you please guide me how to report this bug in JIRA? Regards, Raja pzfreo wrote: Raja Thanks! You've found a real bug! Its a problem serializing Sets. Would you be willing to raise a JIRA? Paul On 1/29/07, rajac [EMAIL PROTECTED] wrote: Hi Paul, Soap

return type from Web Service

2007-01-28 Thread rajac
Hi, I have little knowledge on Axis2 and just started working on it few days back. At present I am trying to develop web service that will basically interact the business methods and return it back as bean to client. Something like: -- Client - | | -

Re: returning Array from a web service method

2007-01-26 Thread rajac
Inoguchi wrote: Hi, If your CustomJavaObject is JavaBean, I think you can return array of CustomJavaObject, and your service class below is right. --- rajac [EMAIL PROTECTED] wrote: But it simply returning a Java Bean. But my purpose is to return an array of java objects. like

returning Array from a web service method

2007-01-25 Thread rajac
Hi, I am new to axis2-1.1. Currently I am trying to create a web service that returns an array of Java custom Objects. I could not able to find sample code from samples comes along with the axis2 distribution for this purpose. Can anybody help me sending some sample code for the same. I am

Re: returning Array from a web service method

2007-01-25 Thread rajac
wrote: Hi rajac ; Hi, I am new to axis2-1.1. Currently I am trying to create a web service that returns an array of Java custom Objects. You mean Java Bean ? If so please have a look at Samples in Axis2 bistro Thanks Deepal I could not able to find sample code from samples comes