What is input XML and what is out XML can you explain?
Answer Posted / kamalprit
Input xml is the incoming request that comes in webMethods from an third party application and output xml is the response generated from webMethods for the third party request.The input xml request is processed at webMethods as per the code logic and generates a response.This response is shared with third party application through webMethods.Input xml request fields must conform to the parameters of the wsdl that is being imported at webMethods end.Input xml is also known as input SOAP request and output xml is known as SOAP response.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What are the pretch predicates in tibco bw ?
Which group do you use to wait for multiple events and proceed with the first to occur ?
How to control the sequence of execution of process instances created by a process starter ?
What is difference between scripted deployment and normal deployment?
How do you determine if there are broken references in the project?
What is the functionality of the retrieve resources resource?
Where do the default global variables declared in designer are stored in tibco administrator?
What activities are supported in xa transaction ?
What are the uses of grouping activities ?
What are the revision control system options available in tibco designer?
Which are the two process variables available to all activities with inputs ?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
By using which bw palette we can create db table?