File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Webservice in WAS5.1 -- helper classes not getting generated Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Webservice in WAS5.1 -- helper classes not getting generated" Watch "Webservice in WAS5.1 -- helper classes not getting generated" New topic
Author

Webservice in WAS5.1 -- helper classes not getting generated

vamsi vangury
Greenhorn

Joined: Oct 16, 2009
Posts: 1
Hi,

The implementation files for the webservice are pre-existing.
Used the Java2WSDL of WAS to generate the WSDL file.
Used the RAD Webservice wizard to generate the java implementation files and the server deployment files.
Removed the implementation files and replaced them with the pre-existing implementation files already present.
Made the change to point to the correct impl file in the web.xml. Deployed the code.

The error is helper classes are not found.

If I do the same above steps in WAS6.1 it works perfectly with the helper classes getting generated when I try to deploy the app. But the same is not happening in WAS 5.1.

Please suggest me as to what needs to be done to make it work.

-Thanks
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Webservice in WAS5.1 -- helper classes not getting generated
 
Similar Threads
RAD or WID to generate Java skeleton from WSDL
is it possible to make a servlet to a webservice?
WebService design clarification
Web service question: Integrating a web service client in existing Tomcat app
Newbie to Axis webservices