atom feed6 messages in org.apache.ws.axis-userProblem calling Web Service -> HTTP 5...
FromSent OnAttachments
Jan FreitagJul 23, 2009 3:38 am 
Andreas VeithenJul 23, 2009 11:52 am 
Jan FreitagJul 23, 2009 2:19 pm 
Andreas VeithenJul 23, 2009 3:09 pm 
Jan FreitagJul 28, 2009 10:29 am 
Andreas VeithenJul 28, 2009 11:44 am 
Subject:Problem calling Web Service -> HTTP 503 error
From:Jan Freitag (jan_@gmx.de)
Date:Jul 23, 2009 3:38:00 am
List:org.apache.ws.axis-user

Hi,

I have a problem with a web service. I wrote a axis2 web service client and it worked with a Web Service on "server 1" . Now I tried to use the same web service but on another server ("server 2").

The axis method sendRecieve throws an axis fault and the error is:

org.apache.axis2.AxisFault: java.lang.RuntimeException: [was class java.io.IOException] Server returned HTTP response code: 503 for
URL:http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) ....... .....

The URL of the web service on "sever 2" is https. I have no idea how to solve the problem.

Any ideas? Thanks in advance!

JF