How to Upgrade an Orchestration to a New WebService
Today, I was tasked with upgrading an orchestration from calling one version of a web service (version 3), to a newer version 4. Fortunately, it was backward compatible, i.e. I didn’t have to remap any fields. However, the schema was renamed, as it actually had the version number in the web service name. So how […]