RE: Problem in WSDL2Java with overloaded methods

2002-03-25 Thread BEERS,NANCY (HP-NewJersey,ex2)
Thanks. That worked great. -Original Message-From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]]Sent: Monday, March 25, 2002 3:27 PMTo: [EMAIL PROTECTED]Subject: RE: Problem in WSDL2Java with overloaded methods You need to explicitely define the mapping between your

RE: Problem in WSDL2Java with overloaded methods

2002-03-25 Thread St-Germain, Sylvain
;Axis-User (E-mail)Subject: Problem in WSDL2Java with overloaded methods Hi,   I am trying to generate stub classes for the attached WSDL.  It has two add methods, one that takes two integers, and one that takes three integers.  The stubs that are being generated contain two add me

Problem in WSDL2Java with overloaded methods

2002-03-25 Thread BEERS,NANCY (HP-NewJersey,ex2)
Hi,   I am trying to generate stub classes for the attached WSDL.  It has two add methods, one that takes two integers, and one that takes three integers.  The stubs that are being generated contain two add methods, but both of them have three integer parameters.  Is there a mistake in my WS