Forgive me by crossposting. I am trying to get my Axis client to invoke a Web service which was developed using JAX-RPC (JWSDP RI). When I invoke the Web service, my JAX-RPC service throws an exception saying that the Axis client did not include the port information in the HTTP POST request URL.
> [ERROR] http - -no port 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 find that JAX-RPC is expecting a port to go along with the Host value. > Host: localhost:8080 Could any Axis developer out there help fix this bug? -Kyle PS. In the event that I find another bug, which is the best way to submit a bug report?