hi,
I am trying to get the echo test client working. I have successfully depoyed on solaris and can run the client properly. However, when I run the sample from my XP box I get the error below. Can anyone tell me what might be wrong with my configuration on the XP side. I have no idea where to start looking to find how to 'configure' an http client transport.
Any pointers would be appreciated.
======================================
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: No client transport named 'http' found!
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:No client transport named 'http' found!
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:150)
at org.apache.axis.client.Call.invokeEngine(Call.java:2719)
at org.apache.axis.client.Call.invoke(Call.java:2702)
at org.apache.axis.client.Call.invoke(Call.java:2378)
at org.apache.axis.client.Call.invoke(Call.java:2301)
at org.apache.axis.client.Call.invoke(Call.java:1758)
at samples.echo.InteropTestSoapBindingStub.echoMapArray(InteropTestSoapBindingStub.java:1078)
at samples.echo.TestClient.execute2A(TestClient.java:558)
at samples.echo.TestClient.main(TestClient.java:771)
at java.lang.reflect.Method.invoke(Native Method)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
