Re: How to use "long" for parameter type?

2006-03-15 Thread Rhimbo
Alick, Dies & Anne, Many thanks for your replies. I figured it out... problem due to a silly mistake on my part. I have my interface definition... Family... in Family.java My implementation class, FamilyImpl, which implements Family. These are in my dev/src/server directory, separate from the

RE: How to use "long" for parameter type?

2006-03-14 Thread Alick Buckley
Title: RE: How to use "long" for parameter type? Vartan, You could look for all axis.jar files ( and other axis jar files - wsdl4j-15.1.jar, etc.. ) org.apache.axis.wsdl.Java2WSDL class is in axis.jar The classes are dated 5/10/2005 5:23 PM Also the generated WSDL has the

Re: How to use "long" for parameter type?

2006-03-14 Thread Dies Koper
Vartan, Could you try explicitly setting the classpath (with your classes in front)? Also, make sure there are no old compiled generated classes in your classpath. Can you reproduce it with only that method in your interface? (without isRegistered and login)? Regards, Dies Rhimbo wrote: A

RE: How to use "long" for parameter type?

2006-03-14 Thread Rhimbo
Alick, Thanks much. It still fails for me. Very strange. I deleted all of my files except my original interface definition, Family.java and my FamilyImpl.java, which is the implementation code. I'm wondering if I have some incompatible libraries in my Tomcat/AXIS installation for two reas

Re: How to use "long" for parameter type?

2006-03-14 Thread Rhimbo
Hmm, now I'm really confused. :-) I went to look up the command line args to try setting style to "wrapped". I did $ java org.apache.axis.wsdl.Java2WSDL -h and got this (abbreviated) output. -y, --style The style of binding in the WSDL, either DOCUMENT, RPC, or WRAPPED.

RE: How to use "long" for parameter type?

2006-03-14 Thread Alick Buckley
Title: RE: How to use "long" for parameter type? Hi Vartan, I have had no problems with long parameters using RPC or Wrapped style. I did a quick test using my wizard and the Axis 1.3 generated WSDL is ok. See attached FamilyS

Re: How to use "long" for parameter type?

2006-03-14 Thread Anne Thomas Manes
Is there a reason why you have to use rpc/encoded?Try generating style="wrapped" and see if that fixes the problem.AnneOn 3/14/06, Rhimbo <[EMAIL PROTECTED]> wrote:Hi folks, Tomcat 5.5.15, AXIS 1.3, Linux fedora core 4Java2WSDL does not generate the correct method signature in the*SoapBindingI