Hi all, As a complete beginner with Axis, I am trying to make a client based on the example given by the server at http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/DOC/esoap_java_help.html
Everything works correctly but when I want to deploy this client inside a company using a proxy server, I get the following errors : org.apache.axis2.AxisFault: The server eutils.ncbi.nlm.nih.gov failed to respond at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:389) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:222) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at gov.nih.nlm.ncbi.www.soap.eutils.EFetchPubmedServiceStub.run_eFetch(EFetchPubmedServiceStub.java:183) Where can be the problem, proxy-server or on the server ? Thanks in advance for any help. Pierre -- View this message in context: http://old.nabble.com/The-server-failed-to-respond--Proxy-server-tp26776673p26776673.html Sent from the Axis - User mailing list archive at Nabble.com.