The error comes right away, and there is no username/password needed. There were some earlier postings about changing to HTTP/1.0 from 1.1 to fix this problem (something to do with chunking), but that did not fix the problem in this case.
-----Original Message----- From: Dimitris Mouchritsas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 2:18 PM To: [email protected] Subject: Re: Axis2 and oc4j deployment Maybe it's blocked from a firewall or something? Does the error come out right away or does it wait first? Also, if the web application requires some security then you might need to provide your credentials first (e.g. principal & password). You can view the wsdl before logging in the application? On Nov 20, 2007 9:46 AM, Hoda, Nadeem [USA] <[EMAIL PROTECTED]> wrote: > > > > 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.j > ava:298) > at > org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java > :192) at > org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77) > at > org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessag > eWithCommons(CommonsHTTPTransportSender.java:327) > at > org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(Comm > onsHTTPTransportSender.java:206) at > org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOp > eration.java:374) > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutI > nAxisOperation.java:211) > at > org.apache.axis2.client.OperationClient.execute(OperationClient.java:1 > 63) > > 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 > > > > > -- Dimitris Mouchritsas Computer Services --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
