Hi Brian,
My WAS development version is 7.0.0.5 and it’s configured in Blue as a WAS 7.0 server. Since WebSphere is generating this perhaps it’s a problem of WAS versions. My client is using 6.0. Is it possible to configure the WAS server in Blue as a 6.0? Would it make any difference? If I sent you the WSDL, could you generate a 6.0 version, export it and send it to me?
Here are a few more details on using the web service.
The ClassNameProxy is what is instantiated in the app and I have to call 2 methods more or less as follows: (ClassName=GeneracionGUI)
GeneracionGUIProxy generacionGUIProxy = new GeneracionGUIProxy();
generacionGUIProxy.setEndpoint(URL); // standard method? there's no def in the WSDL - URL comes from a resource
Hashtable hashtable = generacionGUIProxy.getAutorizacion(String,String,String); // this is the necesary web service call
Locator doesn’t have the required methods nor any other class as far as I could see.. Could you suggest anything else?
Thanks,
Bill