Could anyone please explain to me in detail how i add an web service in Eclipse? I've been gooling like a madman and can't seem to find anything that should work. Any help would be greatly appreciated.
Printable View
Could anyone please explain to me in detail how i add an web service in Eclipse? I've been gooling like a madman and can't seem to find anything that should work. Any help would be greatly appreciated.
Isn't that for creating a web service? I want to add iGNMSearchService Web Service to my existing project so i'll be able to use the methods. In Visual Studio you simply add the url, isn't there a similiar way in eclipse?
To do that just Right Click your project -> New -> Other -> Web Services and select Web Service Client.
Then, in the windows, paste your WS address in the Service Definition field. And there you go, a reference to an already built WS. :)
application context