What is input XML and what is out XML can you explain?
Answers were Sorted based on User's Feedback
Input xml is the incoming request that comes in to webMthods from third party and output xml is the response generated from webMethods for the thirdparty request.The input xml request is processed in webMethods as per the code logic and generates a response.This response(output xml)is then sent back to the third party application.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Whats the difference between publish by value and publish by referrence
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
How do you determine if there are broken references in the project?
By using whic BW palette we can create DB table?
Hi Friends, Can any body can explain about the below mentioned situation When you are working with JMS (connecting with target appl) if both the(Primary and secondary) server goes down what will happen? and same for HTTP also? Thanks in advance...
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?
How we can send the message from jms to RV?
If you want a group to be executed if there is some unhandled error but subject to some max number of iterations which group do you use ?
What is the difference between publish by value and publish by reference?
Give an example where graceful migration of service from one machine to another is not possible.
What are the different types of transactions tibco provides?
How do wait-notify resources work ?