RE: Array deserialization problem

2002-03-20 Thread R J Scheuerle Jr
Subject: RE: Array deserialization problem 03/20

RE: Array deserialization problem

2002-03-20 Thread St-Germain, Sylvain
Good stuff! -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem Russell and I talked about this problem, and I am going to implement a feature (today) which will

RE: Array deserialization problem

2002-03-20 Thread St-Germain, Sylvain
Actually, they are defined in the wsdd, they seem to be simply missing from the Stub. Sylvain. -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 9:34 PM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem Ah! I misunderstood

RE: Array deserialization problem

2002-03-20 Thread R J Scheuerle Jr
cc: Subject: RE: Array deserialization problem 03/19/2002 08:34

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
/19/2002 11:48:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:RE: Array deserialization problem This means to me that I cannot used the extended types. My API is defined with arround a base type but what I am carrying on the wire is the extended types. Without th

RE: Array deserialization problem

2002-03-19 Thread St-Germain, Sylvain
Sent: Tuesday, March 19, 2002 11:12 AM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem The --all option GENERATES all mappings, but since all mappings aren't USED, we don't force anything (ie., the stub) to use them. Russell Butek [EMAIL PROTECTED] "St-Germain, Sy

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
] To:[EMAIL PROTECTED] cc: Subject: RE: Array deserialization problem I found it, the Stub constructor is not defining all the mapping for the types I need. I am currently calling WSDL2Java with -stav, when you guys implemented the -all option to generate the classes for all types define

RE: Array deserialization problem

2002-03-19 Thread St-Germain, Sylvain
I found it, the Stub constructor is not defining all the mapping for the types I need. I am currently calling WSDL2Java with -stav, when you guys implemented the -all option to generate the classes for all types defined, is it possible that was forgotten or left aside the change to the Stub th