Hi,
I have web service task in my package which I am able to successfully call and retrieve XML.
Now, I want to configure the task so that web service URL to be set through a variable -- Its done.
Same way, I need to set WSDL file aslo through a variable.
I am getting problems here. Through expression of web service task, I have set the WSDLFile property to a variable. When I run the package, I am getting error "Web service description method cannot exist"
I noticed, when we change the wsdl file at design time, automatically service name and method name are disappeared. So, it might be happening the same if we set through a variable. What could be the best solution?
thanks