I am new to web services. I have a requirement in my project. I have to use our provider’s web services in my project. All that he shared with me is a WSDL file and a document describing various operations. Question: - 1: What do I need to use these web services in my java project? I was recommended to use axis2, eclipse with tomcat6. 2: Do I need to request any other files / information from the WS provider or is the wsdl file enough to use these web services? 3: Do I need to write a WS java client (using the axis2 plugin) or another web service that will talk to the provider web service?
Please suggest the best way.
I apologize if the question sounds naive.
source
share