Okay, here is what i need to know:
I go the error when i deploy the following wsdd file:

#####################################
<deployment name="ex1"
           xmlns="http://xml.apache.org/axis/wsdd/";
           xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>

 <service name="urn:ex1"
         provider="java:RPC">
   <parameter name="className" value="ws.ex1.StockQuoteService"/>
   <parameter name="allowedMethods" value="*"/>
 </service>

</deployment>
######################################

by using the following command:

java org.apache.axis.client.AdminClient -lhttp://localhost:8443/axis/services/AdminService deploy.wsdd

I got the error:

Processing file deploy.wsdd
Exception:: java.lang.NumberFormatException: For input string: ""

Could you tell me what to do to fix it?

Thanks,




From: "Mark Galbreath" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: how to deploy a web services
Date: Tue, 26 Aug 2003 14:44:43 -0400

Yes, but first, check this out:

http://www.catb.org/~esr/faqs/smart-questions.html

Mark

-----Original Message-----
From: Henry lu [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 10:42 AM
To: [EMAIL PROTECTED]
Subject: how to deploy a web services


Could someone tell me how to deploy a java web services on a server with axis?

_________________________________________________________________
MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup




_________________________________________________________________ MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup



Reply via email to