Folks,
We are deploying our Axis2 services on oc4j 1012 (simplest service
possible, based on /samples/quickstart [code first]).
Locally (even if we access from a different machine), the services work
pefectly, but the "dev" environment deployment is failing with the
following error (via Axis2 client):
org.apache.axis2.AxisFault: Transport error: 503 Error: Service
Unavailable
at
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.jav
a:298)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:1
92)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageW
ithCommons(CommonsHTTPTransportSender.java:327)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(Common
sHTTPTransportSender.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:374)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInA
xisOperation.java:211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163
)
The WSDL is easily assessible through the browser, so the port, etc, are
correct. I have tried multiple web service clients, and they all fail.
Can anyone provide guidance?
Thanks,
Nadeem