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