I’m trying to create a web service from a WSDL that I created using MyEclipse. The full explanation if what I did is at http://www.djheath.com
Essentially it boils down to how to connect the generated Impl class (which is referenced in the services.xml file) with the generated Method/MethodResponse classes that are (presumably) supposed to be handling all the business logic… I don’t understand how to make the connection between the class that gets called by the Web Services framework (testImpl.class in my case) with the method classes (Test.class and TestResponse.class).
Can someone explain this? (see the above link for a detailed explanation)… thanks!