RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Ma, Yongjie
t? which version of Axis are u using ? I think there was a bug fix on this post 1.0 Vidyanand. -Original Message----- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:08 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL fil

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Ma, Yongjie
? try placing the wsdl in WEB-INF/classes and setting /GetQuote.wsdl Vidyanand -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: RE: How to Override '?WSDL' to generate WSDL file and How to

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Ma, Yongjie
te WSDL file and How to get web service list from Client? There is no file getQuote.wsdl. -Original Message----- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:22 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to Override

RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client?

2003-01-24 Thread Ma, Yongjie
I still did not get it. I played it using CATALINA_HOME/webapps/axis/WEB-WEBINF/classes/samples/stock example, and I put GetQuote.wsdl in same directory too. In the deploy.wsdd, I defined: full_path_to_wsdl_file . After deployment, I can get custom wsdl file successfully from ?wsd

RE: Why I don't need xml-xerves parse installed?

2003-01-22 Thread Ma, Yongjie
B-INF/lib. Tomcat will not load Xerces.jar and xmlrpc.jar from the $TOMCAT_HOME/webapps/axis/WEB-INF/lib directory as these jar files have classes in "java" and "javax" package -Original Message- From: Ma, Yongjie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22,

Why I don't need xml-xerves parse installed?

2003-01-22 Thread Ma, Yongjie
I tried to install AXIS + Java JDK 1.4.01 + Tomcat 4.1.18 in the Linux box. If I followed AXIS installation guide to copy necessary Xerces jar files (Xerces_j_2.2.1) into AXIS directory, web services can not be started. And I even can not get happyaxis.jsp work. But if I totally remove those Xer

RE: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
ient.AdminClient list You might need to specify the port also, using, e.g., -p 8080 Jeff. - Original Message - From: "Ma, Yongjie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 2:18 PM Subject: How to Override "?WSDL" to generate

RE: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
: Re: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client? Try java org.apache.axis.client.AdminClient list You might need to specify the port also, using, e.g., -p 8080 Jeff. - Original Message ----- From: "Ma, Yongjie" <[EMAIL

How to Override "?WSDL" to generate WSDL file and How to get web service list from Client?

2003-01-21 Thread Ma, Yongjie
Hi all: I am new in this list. I have two basic questions in using AXIS + Tomcat. (1) From AXIS document, Client can get WSDL file by appending ?wsdl after the request URL. My question is: Is there a way to store a WSDL in the AXIS, and when client asks, AXIS responses him by reading t