Hi,
I have a Java application written using a WSimport-ed JAR that I got from a local server. At the time, a big problem I had generating the WSDL was that the WSDL returned uses local host names for elements within it. This is normally not a problem since when an application is used on the LAN, the client is able to resolve that. My problem now is that the application I have written needs to connect to a Content Server instance across the internet so the local host name will not be resolvable. When I run the application, it always craps out trying to instantiate the Authentication service and responds with an InaccessibleWSDL exception. Is this a fundamental limitation of Web Services? I've googled this with not much luck as I'm doing a very vanilla app to test some functionality. It seems I need something to help me resolve the local host name returned in the WSDL to something else, but I had thought that this is only a "thing" if you're trying to do the WSImport remotely.
-Hugh Ferguson