Posted By:
Casper_Bang
Posted On:
Wednesday, August 9, 2006 12:49 PM
With Oracle and other JAX-RPC implementations, I've always been able to use a .setEndpoint() method call or alike, to specify the endpoint of the service. However, I have been unable to find such an approach using the NetBeans/SUN implementation and is finding myself hacking the generated file X_Service_Impl.java and provide my own constructor which takes the endpoint as an argument.
How do I specify an endpoint dynamically/programably?
Thanks in advance,
Casper