How to determine whether a service name exists in the server namespace

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

You already have a thread on this, doesn’t this work for you…

[url=“wmusers.com”]wmusers.com

Hah! I knew I had asked that in the past. Weird that my search didn’t find it.

Thanks for the catch!

Mark