Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

RE: Bug in WSDL2JAVA?

2005-01-04 Thread Bouche Paul
Is the wsdl correct? I remember seeing the problem and its discussion before on this list. You might want to search the archives at the list. I just did that and check this out http://issues.apache.org/jira/browse/AXIS-1331. -- Paul > -Original Message- > From: Antonio Ruiz Martínez [

Re: Bug in WSDL2Java ?

2004-03-11 Thread Christopher Blunck
Hi Steve- thanks for the prompt response! that clears it up. false alarm - no bug. :) -c On Thu, Mar 11, 2004 at 06:35:51PM +0100, [EMAIL PROTECTED] wrote: > Hi > > If you use the same name in both the Request and Response message then it is > translated as an IN/OUT parameter. As such a

Re: Bug in WSDL2Java ?

2004-03-11 Thread smcardle
Hi If you use the same name in both the Request and Response message then it is translated as an IN/OUT parameter. As such a holder class will automatically be used and substituted. If this is not what you want i.e. you want the method to return a string then call the foo in the Response somthi

Re: bug in wsdl2java

2002-02-01 Thread Russell Butek
This is not a bug. This is a manifestation of an inout parameter as described by JAX-RPC. Consider what you have: an input path, an input newObject, and output path. Since path is both an input and an output parameter, it becomes an inout parameter and the full signature of addFolder is p