Hi!,
I am getting following error while deploying the web services. 

- Processing file deploy.wsdd
- Exception:
AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultString: (302)Moved Temporarily
 faultActor: null
 faultDetail:
        null: return code:  302
<html><head><title>Apache Tomcat/4.0.1 - Error
report</title><STYLE><!--H1{font-family
 : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;}
BODY{font-family : sans-serif,Arial,Tahoma;color
: black;background-color : white;} B{color : white;background-color :
#0086b2;} HR{color : #0086b2;} --></STYLE&g
t; </head><body><h1>Apache Tomcat/4.0.1 - HTTP Status
302 - Moved Temporarily</h1><HR size=&
quot;1" noshade><p><b>type</b> Status
report</p><p><b>message</b> &lt
;u>Moved
Temporarily</u></p><p><b>description</b>
<u>The requested resource (Mov
ed Temporarily) has moved temporarily to a new
location.</u></p><HR size="1" noshade></b
ody></html>

(302)Moved Temporarily
        at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java
:630)
        at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j
ava:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2113)
        at org.apache.axis.client.Call.invoke(Call.java:2102)
        at org.apache.axis.client.Call.invoke(Call.java:1296)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:319)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:298)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:305)
        at
org.apache.axis.client.AdminClient.process(AdminClient.java:256)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:341)


I am using this command to deploy the web services.
  java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Thanks!

-Mannan



Reply via email to