RE: Method Over-loading

2002-04-23 Thread St-Germain, Sylvain
Good stuff. Thanks to you for pointing that out. Sylvain. -Original Message- From: robert woodley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: RE: Method Over-loading Sylvain - I should have been more specific. I start with a

RE: Method Over-loading

2002-04-23 Thread robert woodley
Sylvain - I should have been more specific. I start with a java interface, generate the WSDL, then generate the stubs. Earlier posts by R J Scheuerle on this mail list (3/15) confirm that there is a problem with method over-loading and round-tripping (Java->WSDL->Java) But your answer shows m

RE: Method Over-loading

2002-04-23 Thread St-Germain, Sylvain
Robert, I am not sure I follow here, I do extensive method overloading and it works (at least it used to) consider the following signatures from my PortType class public java.math.BigInteger copy(java.lang.String search, java.lang.String target, com.cognos.developer.CopyOptions options)

Re: Method Over-loading

2002-04-22 Thread robert woodley
p.s. My comments refer to the Beta build. p.p.s. I think Axis is a great product. Solid and well-designed and easy to implement. My comments below should be taken in that spirit. --- robert woodley <[EMAIL PROTECTED]> wrote: > After several hours of debugging I have the > following > comment: >