Hi Friends,
I use Tools-->Data Connection to create a Receive or Submit data connection to a web service.
I need to change the URL in the data connection dynamically using code.
IXMLDOMDocument3 wsDOM =(IXMLDOMDocument3)thisXDocument.DataObjects["DataConnection Name"].DOM;
Now I tried to use wsDOM.url,but it is read-only.
I need to change the web service URL dynamically in my code.
Any help??
Regards,
Abhishek