Is there any way to dynamically set the WSDLFile (the one on the Web Service Task Editor) for a SSIS service, so that the filepath is not hardcoded on the package? We want to be able to change this value the way you change values with .config files, is it possible?
Share
Yes you can set the WSDLFile property via an Expression. Select the task, then properties, then Expressions and select WSDLFile from the drop down. You can then populate it from a variable which you can set in the config file. Alternatively, you can set the WSDLFile directly from a Package Configuration.