I am using IBM's Rational Application Developer. I have an ant script that contains the Java2WSDL task. When I run it via IBM, it gives compiler errors unless I include the ...
Generating java files(stubs and skeletons) from wsdl(wsdl2java) is quite easy but I felt that generating wsdl from java(java2wsdl) is not as easy as wsdl2java.
I am starting with a webservice from scratch, ...