Hi there, I want to 'find' a list of all of the services on the registry using FindService, and then 'get' each one in turn and record specific information from it, like BindingTemplates and so on.
When I run the test, the 'find' part returns at least one service that I can't 'get' using its serviceKey. As in, when I try to 'get' one of the services returned when I 'find' them all, it returns a SOAPFaultException claiming that the business service was not found for the given key, which was passed directly from the ServiceInfo from the 'find' call. Is there any reason for this? Thanks, Griff
