Just start the web server / servlet container where you have deployed the axis.
Then execute the command. -----Original Message----- From: scott [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 2:21 PM To: [EMAIL PROTECTED] Subject: deploying service: "Read timed out" D:\Program Files\eclipse\workspace\axis test\src\example2> D:\Program Files\eclipse\workspace\axis test\src\example2>java -cp D:\java\axis-1_1\lib\axis.jar;D:\ java\axis-1_1\lib\jaxrpc.jar;D:\java\axis-1_1\lib\wsdl4j.jar;D:\java\axi s-1_1\lib\saaj.jar;D:\java\a xis-1_1\lib\log4j-1.2.8.jar;D:\java\axis-1_1\lib\commons-logging.jar;D:\ java\axis-1_1\lib\commons-di scovery.jar org.apache.axis.client.AdminClient deploy.wsdd Processing file deploy.wsdd Exception:: java.net.SocketTimeoutException: Read timed out -- As you can see, attempting to deploy a service using the admin tool results in this exception - any pointers on what I'm doing wrong, or what I should check? I searched this mailling list but the related issues were to do with consuming services that take a lot of time. My service is very simple, and is described in more detail here: http://neko.evolove.net/phpwiki/index.php/AxisSendingComplexData thanks, Scott
