Hi,Just for clarity, are you asking how to run a specific version of the
same process? It sounds like it. If so, while what Jasmin said is
correct, keep in mind that a WSDL that is returned only represents the
service interface (i.e. inputs and outputs). If your versions don't
differ at the interface/endpoint the WSDL isn't going to help you with
versioning.Basically, if you change the workflow/process but not the
interface/endpoint the WSDL will look the same. To the best of my
knowledge when y...