Question about creating a new version of a Service Operation and continuing to use the original vers
I am adding two fields to a custom SOAP Web Service, so I thought I would try to create a new version of the Service Operation to return the two new fields. The reason I tried this is because there are many departments that use this Service, but only one is asking for the new fields.
In the past I have just changed the current version and had everyone consuming it change their programs, but this time I thought I would try a new version, only to find out that my original version gets disabled and I have to write a Application Engine Transform program in order to make it active again.