RE: AXIS1x bug: 2+ operations with same input/output

2006-06-15 Thread Tom Jordahl
-To: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: Re: AXIS1x bug: 2+ operations with same input/output Date: Sun, 4 Jun 2006 17:36:43 -0400 It's not a bug. Each operation must have a unique signature (defined as the qname of the child element of the soapenv:Body element). Anne On 6/3/06

Re: AXIS1x bug: 2+ operations with same input/output

2006-06-06 Thread Anne Thomas Manes
used?Is it the same for Axis2?Greetings.Julio César.From: Anne Thomas Manes [EMAIL PROTECTED]Reply-To: axis-dev@ws.apache.orgTo: axis-dev@ws.apache.orgSubject: Re: AXIS1x bug: 2+ operations with same input/output Date: Sun, 4 Jun 2006 17:36:43 -0400It's not a bug. Each operation must have a unique

Re: AXIS1x bug: 2+ operations with same input/output

2006-06-06 Thread Julio César Pérez Arques
@ws.apache.org To: axis-dev@ws.apache.org Subject: Re: AXIS1x bug: 2+ operations with same input/output Date: Tue, 6 Jun 2006 09:05:28 -0400 Method overloading should not be exposed through your WSDL interface. You should define a unique operation name and a unique input message for each operation

Re: AXIS1x bug: 2+ operations with same input/output

2006-06-04 Thread Anne Thomas Manes
It's not a bug. Each operation must have a unique signature (defined as the qname of the child element of the soapenv:Body element).AnneOn 6/3/06, Julio César Pérez Arques [EMAIL PROTECTED] wrote: Hello boyz.I am developing a axis ws that has 2 operations with same input/output. Iuse axis 1.4 and