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.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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.
Please use [highlight=Java] code [/highlight] tags when posting your code.
Forum Tip: Add to peoples reputation by clicking the button on their useful posts.
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?
Last edited by Eggbert; October 21st, 2011 at 04:49 AM.
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
Last edited by daniel.j2ee; December 13th, 2011 at 05:05 PM.