We have created a insert notification ,is there any way to
process the document in the subscriber without publishing it
.....?
Answer Posted / siva subrahmanyam
When you create an Insert Notification or any other, It by default creates a Publishable document associated with the notification and when a DB change Happens, then the activity will be notified by the corresponding Notification as a Publishable document to Broker. This is an auto Publish.
Just create a trigger with this document type and a subscribing service; You would not need to write a publish step in the Subscribing service again.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Where do you implemented pub-sub architecture?
When Should You Use Flow Diagram View?
Explain header handlers in web services
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
When we use repeate flow steps?
Explain what is indices in map flow step?
How many kinds of log files in webmethods?
How we can catch exception error on run time mode using flow language in webmethods?
Explain about pub-sub architecture?
Explain what are the new features in 8.0 compared to 7.1?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
how to configure sap adapter6.1
Explain about pub-sub architecture, where do you implemented this?
can any one please post Q and Ans for Trading Networks in webMethods
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?