I’m working on a java service that uses com.wm.app.b2b.server.Service
doThreadInvoke(com.wm.app.b2b.server.NSName svc, IData input).
I want to add error handling to ensure that the requested service exists before I attempt to invoke it.
The NSName class does not seem to be documented in the API docs. Does anyone have ideas on how to tell if an NSName (folder:serviceName) is valid? Is there a way to look it up in the service registry?
Mark
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB