Hello everyone,
So in a customer's test system I have a solution with an XML service interface. That was working fine on Friday, e.g. you could select it as the interface used when uploading a new file, could schedule the run and it'd do what it was meant to. I come back to it today and it's disappeared from the list of possible service interfaces when uploading a file. So I delete the existing service interface, recreate it, all is well. Then just now I create a service interface for a different business object in a different solution, and suddenly neither are appearing in the list of possible service interfaces! What gives?
And on an unrelated note, the string Concatenate() function seems to be broken, or at least it was yesterday. Initialising a string with a bit of text then typing, for example, "variableName.Concatenate("more text");" meant the string was empty, but typing "variableName = variableName + "more text";" worked fine. Good work, SAP, good work.