I'm new to web service stuff. I need to consume a web service hosted by another application and I have wsdl(development) with me. I need
- To consume this web service and invoke a specific method
- Have option to change/set the wsdl link in my program (for QA,UAT and Prod, wsdl points to a different server)
Please suggest the best way to implement this.
Regards, Manju