Interview Question
Qus: What are the different ways to publish a document in webmethods?
Answers (1)
1.pub.publish:deliver--------------Delivers a document to a specified destination
2.pub.publish:deliverAndWait-----Delivers a document to a specified destination and waits for a response.
3.pub.publish:publish--------------Publishes a document locally or to a configured Broker.
4.Pub.publish:publishAndWait----Publishes a document locally or to a configured Broker and waits for a reply.
5.pub.publish:reply----------------Delivers a reply document in answer to a document received by the client.
6.pub.publish:waitForReply--------Retrives the reply document for a request published asynchronously.