Hi
I have tried using the JEE notations of @WebService and then generate a web service from a class. While it produced the wsdl, there were clearly errors – such as the soap:address used the port name instead of the service name. Even after these were fixed the Web Service explorer could find the wsdl via URL but can’t execute the service – when I run the operations there is not a response.
Today, I then tried a top down approach. I constructed a vailid wsdl and tried generating the web service. In the wizard, the wsdl validation without errors. When it is deployed, again the Web Service explorer finds the wsdl and displays the operation, but when I execute the operation nothing returns.
I haven’t seen any way to actually get web services running in WebSphere using the tooling. Ideas?
David