Re: Creating AXIS2 Service using ADB

2013-11-26 Thread Chamila Wijayarathna
nts used wsdl2java to generate client >> side stubs which invokes web service and fetches the results at client. >> >> Regards, >> Nagendra >> >> On 11/26/2013 3:45 PM, Dipesh Garg wrote: >> >> I think it should be wsdl2Java >> >> >> >&g

Re: Creating AXIS2 Service using ADB

2013-11-26 Thread Raja Nagendra Kumar
@tejasoft.com] Sent: Tuesday, November 26, 2013 3:35 PM To: java-user@axis.apache.org Subject: Re: Creating AXIS2 Service

Re: Creating AXIS2 Service using ADB

2013-11-26 Thread Chamila Wijayarathna
.r...@tejasoft.com] > > *Sent:* Tuesday, November 26, 2013 3:35 PM > *To:* java-user@axis.apache.org > *Subject:* Re: Creating AXIS2 Service using ADB > > > > WSDL is provided by Web Service Provider.. If you are writing the Web > Service too.. then use Java2wsdl to the

Re: Creating AXIS2 Service using ADB

2013-11-26 Thread Raja Nagendra Kumar
  From: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] Sent: Tuesday, November 26, 2013 3:35 PM To: java-user@axis.apache.org Subject: Re: Creating AXIS2 Service using ADB

RE: Creating AXIS2 Service using ADB

2013-11-26 Thread Dipesh Garg
I think it should be wsdl2Java From: Raja Nagendra Kumar [mailto:nagendra.r...@tejasoft.com] Sent: Tuesday, November 26, 2013 3:35 PM To: java-user@axis.apache.org Subject: Re: Creating AXIS2 Service using ADB WSDL is provided by Web Service Provider.. If you are writing the Web Service too

Re: Creating AXIS2 Service using ADB

2013-11-26 Thread Raja Nagendra Kumar
WSDL is provided by Web Service Provider.. If you are writing the Web Service too.. then use Java2wsdl to the WSDL.. Sample wsdl can be found http://www.tutorialspoint.com/wsdl/wsdl_example.htm Regards, Nagendra Raja Nage

Creating AXIS2 Service using ADB

2013-11-26 Thread Chamila Wijayarathna
Hello all, I'm following guide at http://axis.apache.org/axis2/java/core/docs/quickstartguide.html#create for creating AXIS2 web services. For creating AXIS2 web service using ADB, it asks to create java file using wsdl2java. But it does not say which wsdl file to use. Which wsdl file should I use