RE: missing port information

2004-01-26 Thread Gary L Peskin
this:   org.apache.axis.client.Service service = new org.apache.axis.client.Service();    org.apache.axis.client.Call call = (org.apache.axis.client.Call)service.createCall();    call.setTargetEndpointAddress(new URL("http://laptop-11:8080/LimaW/interface"));   

missing port information

2004-01-26 Thread Brian Shields
ot; /> port> service> definitions>   my code to call this service looks like this:   org.apache.axis.client.Service service = new org.apache.axis.client.Service();    org.apache.axis.client.Call call = (org.apache.axis.client.Call)service.createCall();        call.setTargetE

missing port information

2004-01-26 Thread Brian Shields
ot; /> port> service> definitions>   my code to call this service looks like this:   org.apache.axis.client.Service service = new org.apache.axis.client.Service();    org.apache.axis.client.Call call = (org.apache.axis.client.Call)service.createCall();        call.setTargetE

Missing port information (JAX-RPC interoperability bug)

2002-05-30 Thread Kyle Lomeli
ort specified in HTTP POST request URL > Missing port information After analyzing the wire-dumps, I noticed that Axis's header-field for the POST request is > Host: localhost I compared this to the one generated by a JAX-RPC client that successfully invokes the same JAX-RPC service to

Missing port information (JAX-RPC interoperability bug)

2002-05-30 Thread Kyle Lomeli
ort specified in HTTP POST request URL > Missing port information After analyzing the wire-dumps, I noticed that Axis's header-field for the POST request is > Host: localhost I compared this to the one generated by a JAX-RPC client that successfully invokes the same JAX-RPC service to