Re: Webservices and arrays deserializer and WO 5.4

2007-12-01 Thread Mr. Pierre Frisch
WO 5.4 uses Axis 1.4. There is a bug in the wsdl generation that is fixed with the next update. The current "automatic" wsdl generation is missing type information for all custom types including foundation ones. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Nov 28, 2007, at 20:47, Lachlan De

Re: Webservices and arrays deserializer and WO 5.4

2007-11-28 Thread Lachlan Deck
On 28/11/2007, at 8:06 PM, Fabrice Pipart wrote: Actually, I do mot generate any stub from the wsdl. I generate the xml myself (somehow simpler for the small requests I have). Ok. I also noted a WebObjects app that tries to use the WebServices of the initial WO app (this one parses the ws

Re: Webservices and arrays deserializer and WO 5.4

2007-11-28 Thread Fabrice Pipart
Hi ! Actually, I do mot generate any stub from the wsdl. I generate the xml myself (somehow simpler for the small requests I have). I also noted a WebObjects app that tries to use the WebServices of the initial WO app (this one parses the wsdl) fails with that error : Caused by: javax.xml.r

Re: Webservices and arrays deserializer and WO 5.4

2007-11-27 Thread Lachlan Deck
On 28/11/2007, at 2:22 AM, Fabrice Pipart wrote: I have a WebObjects application talking to some Objective C code via WebServices. I used to pass some arguments to the WO registered webservices as int[] like this : 1 2 3 4 5 It called a method like t

Webservices and arrays deserializer and WO 5.4

2007-11-27 Thread Fabrice Pipart
Hi ! I have a WebObjects application talking to some Objective C code via WebServices. I used to pass some arguments to the WO registered webservices as int[] like this : 1 2 3 4 5 It called a method like this one : public static void mymethod(int[]