Hi, All, There is this service address in both client and server side service locator classes.
// Use to get a proxy class for MyService private final java.lang.String MyService_address = http://xxx/services/MyEndPoint"; On client side this is where a client sends the service request. But from what my test shows it does nothing on the server side. I could use any address in my server side code once the class is generated given a wsdl. I have tried to find an explanation from the mailing list and the WEB with no luck. Could someone in the community enlighten me on the use of it on the server side? Thanks, Scott