Hello,
I know there is a way to give a class with few public methods, and
create a web services classes and wsdl files out of it in eclipse.
Can someone guide me with that?
I read this one:
http://wiki.eclipse.org/index.php/Introduction_to_the_WSDL_Editor
but It is not clear enough and also not automatic but manual process.
Also I didn't understand how do I add the method paramaters to the
wsdl.
Hoping for your kind help, Thanks!!!
Manish Pandit - 03 Dec 2007 19:44 GMT
> Hello,
>
[quoted text clipped - 12 lines]
>
> Hoping for your kind help, Thanks!!!
You are looking at the top-down approach, while what you want is a
bottom-up. Here is the tutorial on creating web service(s) from
existing java code (POJOs).
http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_t
utorial.html
-cheers,
Manish
jaja - 04 Dec 2007 11:37 GMT
Thank you very much! I will read this.