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"));
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
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
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
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