In the wsdl file created by xrpcc, the location attribute of the soap:address element has value REPLACE_WITH_ACTUAL_URL. Is is safe to assume that, in later releases, this text will be replaced by something like
http://localhost:8080/jaxrpc-hello/jaxrpc/HelloIFPort, and that there will be no need to call _setProperty to set this value in the client?
Is this feature difficult to implement for some reason?