RE: Need deply new web service in tomcat server.

2007-06-12 Thread Raghupathy, Gurumoorthy
Do you want to use a web service provided by another provider? That means you are the client Can you tell me if this is correct ? From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 13:50 To: axis-user@ws.apache.org Subject: Need

Re: Need deply new web service in tomcat server.

2007-06-12 Thread Praveen Kumar
They have given URL and web service name and input string format. That means i am client for that web application. On 6/12/07, Raghupathy, Gurumoorthy [EMAIL PROTECTED] wrote: Do you want to use a web service provided by another provider? That means you are the client …. Can you

RE: Need deply new web service in tomcat server.

2007-06-12 Thread Raghupathy, Gurumoorthy
to invoke your webservices Guru From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: 12 June 2007 14:10 To: axis-user@ws.apache.org Subject: Re: Need deply new web service in tomcat server. They have given URL and web service name and input string

Re: Need deply new web service in tomcat server.

2007-06-12 Thread Praveen Kumar
use remote webservices as plain java classes …. Then hey presto you can just use plain pojo to invoke your webservices Guru -- *From:* Praveen Kumar [mailto:[EMAIL PROTECTED] *Sent:* 12 June 2007 14:10 *To:* axis-user@ws.apache.org *Subject:* Re: Need deply new

Re: Need deply new web service in tomcat server.

2007-06-12 Thread Praveen Kumar
webservices as plain java classes …. Then hey presto you can just use plain pojo to invoke your webservices Guru -- *From:* Praveen Kumar [mailto:[EMAIL PROTECTED] *Sent:* 12 June 2007 14:10 *To:* axis-user@ws.apache.org *Subject:* Re: Need deply new web service

Re: Need deply new web service in tomcat server.

2007-06-12 Thread Duncan Thomson
Praveen Kumar wrote: They have given URL and web service name and input string format. That means i am client for that web application. If you are just trying to code a client, all you need is something to generate stub code that will build a SOAP message, send it for you, and then

RE: Need deply new web service in tomcat server.

2007-06-12 Thread Raghu Upadhyayula
/WebServiceName?wsdl in your browser to get to the wsdl. Thanks Raghu From: Praveen Kumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 7:20 AM To: axis-user@ws.apache.org Subject: Re: Need deply new web service in tomcat server. Hi , I have

Re: Need deply new web service in tomcat server.

2007-06-12 Thread Praveen Kumar
:* Re: Need deply new web service in tomcat server. Hi , I have gone the link. For that we need either wsdl or java file. but i don't have any wsdl file or java file. but i have only one url and web service name !! As i am new to this , am asking , pls help me !!! On 6/12/07, *Praveen