I have a service that needs to invoke another service. The name of the service to be invoked is derived from various parts of the input document.
Prior to attempting to invoke the service, I would like to verify that the service actually exists, that is, that its service name is in the IS namespace.
I’ve played around with the NSName and Service classes, but have struck out so far. Anyone run across this?
Mark