Remote Web Services
Posted
by freemnd76
on Stack Overflow
See other posts from Stack Overflow
or by freemnd76
Published on 2010-06-15T12:49:23Z
Indexed on
2010/06/15
12:52 UTC
Read the original article
Hit count: 286
webservice
Hi All,
I am new to web services. I have a requirement in my project. I have to consume the web services of our vendor in my project. All he has shared with me is a WSDL file and a document about the description of the the different operations. Question:- 1: What do I need to do consume these web services in my java project? I have been advised to use axis2, eclipse with tomcat6. 2: Do I need to ask for some other files/information from WS vendor OR wsdl file is enough to consume these web services? 3: Do I need to write a java WS client (using axis2 plugin) or another webservice which will talk to vendor web service?
Please suggest the best possible way.
I am sorry if the question sounds like a naive..
© Stack Overflow or respective owner