Re: Java2WSDL help

2004-08-25 Thread Henry Lu
As far as I know, Axis 1.2 beta doesn't work with doc/lit. I tried so many times and I failed to get it going and I filed reports through the JIRA and no answer so far. I am waiting for the next release to resolve this very, very important issue. -Henry [EMAIL PROTECTED] 8/25/2004 2:36:19 PM

RE: Java2WSDL help

2004-08-25 Thread Anderson Jonathan
approach. http://marc.theaimsgroup.com/?l=axis-userm=108437425229600w=2 -Jon -Original Message- From: Henry Lu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 3:05 PM To: [EMAIL PROTECTED] Subject: Re: Java2WSDL help As far as I know, Axis 1.2 beta doesn't work with doc/lit. I

RE: Java2WSDL help

2004-08-25 Thread Anand Natrajan
: To: [EMAIL PROTECTED] : Subject: Re: Java2WSDL help : : : As far as I know, Axis 1.2 beta doesn't work with doc/lit. I tried so : many times and I failed to get it going and I filed reports through the : JIRA and no answer so far. I am waiting for the next release to resolve : this very, very

RE: java2wsdl Help needed

2004-07-12 Thread Christophe Roudet
Try to turn your service into an interface: package samples.myEchoInt; public interface IEchoIntService { public int echoInt(int i); } Christophe -Original Message- From: Mayur Shetye [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 3:01 PM To: [EMAIL PROTECTED]

Re: java2wsdl Help needed

2004-07-12 Thread Laxma Reddy Dendi
try this java org.apache.axis.wsdl.Java2WSDL -o wp.wsdl -lhttp://localhost:8080/axis/services/EchoIntService; -n EchoIntService -psamples.myEchoInt EchoIntService samples.myEchoInt.EchoIntService from your axis_devhome. regards Laxma --- Mayur Shetye [EMAIL PROTECTED] wrote: this is a simple