RE: Object array And Document literal -

2003-08-26 Thread Sashith Kumar
you have create a qname and register it using createmapping in client side and wsdd file thanx sash > -Original Message- > From: Anne Thomas Manes [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 6:17 PM > To: [EMAIL PROTECTED] > Subject: Re: Object arr

Re: Object array And Document literal -

2003-08-26 Thread Anne Thomas Manes
You need to define your own array type in the section of your WSDL file. At 10:47 AM 8/26/2003 +0200, you wrote: Hi, How do you create a webservice wich return an array of objects with RPC ?? I just tried to return an array of Bean objects (Object[]) but I cannot read them. Could u help me ple

Re: Object array And Document literal -

2003-08-26 Thread Asociación de Jóvenes Informáticos de Alcobendas
Hi, How do you create a webservice wich return an array of objects with RPC ?? I just tried to return an array of Bean objects (Object[]) but I cannot read them. Could u help me please ?? - Original Message - From: "Balaji D L" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: Object array And Document literal -

2003-07-01 Thread Balaji D L
- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 01, 2003 6:21 AM > Subject: RE: Object array And Document literal - > > > > Balaji, > > > > Why are you trying to send/receive Array of > objects in the > Docume

Re: Object array And Document literal -

2003-07-01 Thread Anne Thomas Manes
inition to represent the array. Balaji -- I suggest you file this as a bug. Anne - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 6:21 AM Subject: RE: Object array And Document literal - > Balaji, > > Why are you

RE: Object array And Document literal -

2003-07-01 Thread Balaji D L
Hi Santhosh, Thanks for replying. Sorry for my mis-formed question. Actaully I'm trying to return an element containing complextypes(unbounded). If I deploy them with "RPC" style then I can able to consume it from java and .NET, but if I deploy them with "document/literal" stlye, I'm getting the e

RE: Object array And Document literal -

2003-07-01 Thread santosh . joshi
Balaji, Why are you trying to send/receive Array of objects in the Document/literal style in the first place. Have you thought about what would an java.lang.Array or a java.lang.Object mean to a non-java client? If you want to use Document/literal for interop reason, then consider using elements