RE: Array question

2008-09-12 Thread Martin Gainty
Array question Date: Thu, 11 Sep 2008 16:26:44 -0500 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Thanks for your help! Marc From: Martin Gainty[mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 20085:14 PM To: axis-user@ws.apache.org Subject: RE: Array question sounds like the service fa

RE: Array question

2008-09-12 Thread Marc.Horvath
@ws.apache.org Subject: RE: Array question Thanks. Between this and posting at forums.sun.com I got it. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 8:00 AM To: axis-user@ws.apache.org Subject: Re: Array question Marc, You must

RE: Array question

2008-09-12 Thread Marc.Horvath
Thanks. Between this and posting at forums.sun.com I got it. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2008 8:00 AM To: axis-user@ws.apache.org Subject: Re: Array question Marc, You must register a type mapping for the SiteDTO type

Re: Array question

2008-09-12 Thread Anne Thomas Manes
Gainty [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2008 5:14 PM > To: axis-user@ws.apache.org > Subject: RE: Array question > > > > sounds like the service faulted > pls supply the wsdl so we can try > > Martin >

RE: Array question

2008-09-11 Thread Marc.Horvath
Thanks for your help! Marc From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 5:14 PM To: axis-user@ws.apache.org Subject: RE: Array question sounds like the service faulted pls supply the wsdl so we can try Martin

RE: Array question

2008-09-11 Thread Martin Gainty
nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: RE: Array question Date: Thu, 11 Sep 2008 15:51:48 -0500 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org

RE: Array question

2008-09-11 Thread Marc.Horvath
IL PROTECTED] Sent: Monday, September 08, 2008 5:51 PM To: axis-user@ws.apache.org Subject: RE: Array question Marc- you'll need to associate the ArrayList java type to SOAP_ARRAY via call.registerTypeMapping(ArrayList.class, XMLType.SOAP_ARRAY, new ArraySerializerFactory(), new ArrayDes

RE: Array question

2008-09-08 Thread Martin Gainty
Marc- you'll need to associate the ArrayList java type to SOAP_ARRAY via call.registerTypeMapping(ArrayList.class, XMLType.SOAP_ARRAY, new ArraySerializerFactory(), new ArrayDeserializerFactory()); then the call with a cast to ArrayList should work.. ArrayList results = (ArrayList)call.invoke(