I'm using webMethods 9.12.0. Only integration server and MWS is configured. I need to publish a message locally in IS. But when I tried to publish, its throwing error "document type not defined". Where to define document type?
How to publish messages into Document Store in webmethods IS without broker
1.9k Views Asked by Sasikanth Balachandran At
3
There are 3 best solutions below
0

You need to configure the local connection name in the document type you are trying to publish. In properties of the document type set the connection alias name to DEFAULT(IS_BROKER_CONNECTION). Saving this should define the Provider definition to "Publishable Locally only" and allow you to use this "document type" name in the input of pub.publish service which should be able to publish the document locally.
If you disable trigger documents will be discarded. But if you suspend it, documents will available when the trigger is enabled.