I had a problem deploying a DTSX file to a production server.
In the DTSX file, I use WebService through the Web Service Task , WebService requests the WSDL file, which it should download from the local path.
There is no problem in my machine, but it will never be on a production server.
I think it is unacceptable to ask my client to get permission to enter his production server and create a folder to store this wsdl file. Also, what happens when wsdl changes? I will have to deploy my dtsx package again and also replace the wsdl file on the server. Therefore, I think this is not an option.
So my question is:
Is there a possible way to avoid a physical file using the wsdl specification, or can it be deployed in the dtsx deployment package or stored in a variable, or how can I do this?
I searched a lot, but still no luck.
Any help would be really appreciated.
source share