Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 49184 invoked by uid 500); 24 Jan 2003 19:08:05 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 49174 invoked from network); 24 Jan 2003 19:08:05 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? Date: Fri, 24 Jan 2003 14:08:08 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? Thread-Index: AcLD2Ky7iezJkytNTFuuO1SQdcYbsAAAL+aQAABJoRAAAFJcgA== From: "Ma, Yongjie" To: X-OriginalArrivalTime: 24 Jan 2003 19:08:09.0110 (UTC) FILETIME=[EEC77B60:01C2C3DB] X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N I tried it before, it didn't work. -----Original Message----- From: Vidyanand Murunikkara [mailto:Vidyanand@infravio.com] Sent: Friday, January 24, 2003 11:00 AM To: axis-user@xml.apache.org Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? try placing the wsdl in WEB-INF/classes and setting /GetQuote.wsdl Vidyanand -----Original Message----- From: Ma, Yongjie [mailto:Yongjie.Ma@ca.com] Sent: Friday, January 24, 2003 10:52 AM To: axis-user@xml.apache.org Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? This file was created by myself. I want to override automatically generate wsdl feature. -----Original Message----- From: Ghershony, Arie [mailto:Arie.Ghershony@GDC4S.Com] Sent: Friday, January 24, 2003 10:42 AM To: 'axis-user@xml.apache.org' Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? There is no file getQuote.wsdl.=20 -----Original Message----- From: Ma, Yongjie [mailto:Yongjie.Ma@ca.com] Sent: Friday, January 24, 2003 12:22 PM To: axis-user@xml.apache.org; wes@devauld.ca Cc: jgreif@alumni.princeton.edu Subject: RE: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? I still did not get it. I played it using CATALINA_HOME/webapps/axis/WEB-WEBINF/classes/samples/stock example,=20 and I put GetQuote.wsdl in same directory too.=20 In the deploy.wsdd, I defined: full_path_to_wsdl_file ..... After deployment, I can get custom wsdl file successfully from ?wsdl. But when I tried to use relative path, I always get exception which said "Fault - java.io.FileNotFoundException: GetQuote.wsdl (No such file or directory) " In this case, deploy.wsdd looks like: relative_path_to_wsdl_file ..... So could you pls tell me what relatvie_path_to_wsdl_file I should use???? Thanks Jack -----Original Message----- From: Wes Devauld [mailto:wes@devauld.ca] Sent: Friday, January 24, 2003 6:34 AM To: axis-user@xml.apache.org Cc: jgreif@alumni.princeton.edu Subject: Re: How to Override '?WSDL' to generate WSDL file and How to get web service list from Client? Classpath for the particular service running in Tomcat. You can place it in service/WEB-INF/classes for instance, or within a jar in the lib directory. > Does this mean relative to the classpath at the time the service is > deployed into axis using AdminClient on a wsdd file, or some classpath > that exists inside Tomcat or whatever contains Axis? > > Jeff > ----- Original Message ----- > From: "Wes Devauld" > To: > Cc: > Sent: Tuesday, January 21, 2003 3:01 PM > Subject: Re: How to Override '?WSDL' to generate WSDL file and How to > get web service list from Client? > > >> There is a wsdlFile attribute which can be placed into the >> tag that specifies a path to a WSDL file which should (fingers >> crossed) load with serviceName?wsdl. The file location is relative to >> your classpath.