Thank you very much, Mr. Smith! It works! Now I have another question for you.Hi,
How to deploy a web services to a ssl server? Here is what i did:
C:\java_dev\web_services\ex1\srv>java org.apache.axis.client.AdminClient -p8443
deploy.wsdd
Processing file deploy.wsdd
Exception:: java.lang.NumberFormatException: For input string: ""
do you know how to fix?
try
org.apache.axis.client.AdminClient -l https://Path _To_Axis_Servlet:your_port your_wsdd_file
This worked for me.
Massimo Barabino