Re: Exception in Axis while returning an array of objects..

2006-08-22 Thread Anne Thomas Manes
Do you have the typemapping defined in your client, too? On 8/21/06, Srinath K [EMAIL PROTECTED] wrote: Thanks for the response, I do have the type-mapping defined, this is my webservice interface public HelloBean[] sayHello(String name) throws RemoteException And excerpt from my wsdd

Re: Exception in Axis while returning an array of objects..

2006-08-22 Thread HHDirecto . Net
I think so. In .net client, it generate stub and proxy clases automatically.Thanks2006/8/22, Anne Thomas Manes [EMAIL PROTECTED]: Do you have the typemapping defined in your client, too?On 8/21/06, Srinath K [EMAIL PROTECTED] wrote: Thanks for the response, I do have the type-mapping defined,

Re: Exception in Axis while returning an array of objects..

2006-08-22 Thread Martin Gainty
myws is your package? *This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email message isaddressed. If you have received this email message in

RE: Exception in Axis while returning an array of objects..

2006-08-22 Thread Srinath K
Title: Message yes myws is my package -Original Message-From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 6:05 PMTo: axis-user@ws.apache.orgSubject: Re: Exception in Axis while returning an array of objects.. myws is your package?

Re: Exception in Axis while returning an array of objects..

2006-08-22 Thread Martin Gainty
Can we seethe generated WSDL?M- *This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email message isaddressed. If you have received this email

Exception in Axis while returning an array of objects..

2006-08-21 Thread Srinath K
Hi All, I know there has been many posts regarding this error org.xml.sax.SAXException: No deserializer defined for array type But I didn't find any workaround approach or something to solve this issue. Is this something a known limitation or something How do we solve this, please help me..

Re: Exception in Axis while returning an array of objects..

2006-08-21 Thread Anne Thomas Manes
You must define a type mapping for HelloBean. On 8/21/06, Srinath K [EMAIL PROTECTED] wrote: Hi All, I know there has been many posts regarding this error org.xml.sax.SAXException: No deserializer defined for array type But I didn't find any workaround approach or something to solve this

RE: Exception in Axis while returning an array of objects..

2006-08-21 Thread Srinath K
Thanks for the response, I do have the type-mapping defined, this is my webservice interface public HelloBean[] sayHello(String name) throws RemoteException And excerpt from my wsdd arrayMapping xmlns:ns=http://hellows; qname=ns:ArrayOfHelloBean