We have needed to add a new operation to an existing AIF Custom Service. I have followed all the regular steps for creating and tagging the operation, and I have added it to the existing service. Everything compiles and the service deploys, but when I update the reference to it in my testing app (C# console app), the new operation masks one of the other operations that were already on the service.
I don’t think that I missed any steps in setup and deployment. Have anyone ever experienced this?