what is soap?
how to use soap?
Answers were Sorted based on User's Feedback
Answer / narapareddy
SOAP(simple object access protocol) is a protocol used to
communcate the web service provider and web service client.
to use SOAP you require a WSDL(web service description
language),which is a XML file.WSDL file contains inf.about
web service provider and its functionality.
| Is This Answer Correct ? | 52 Yes | 0 No |
Answer / thiyagarajan nagan
Simple Object Access Protocol used to send XML messages
along the network.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / name
server oriented application protocal
it is one of web services using interner and technology
it is act as server and client
first design bw for one application, then it passed to soap
server which recieves the incoming requests via http or
soap or jms then ser proxy decodes request into call the to
application
sevice proxy is encodeswith reply
| Is This Answer Correct ? | 3 Yes | 40 No |
If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
what is the difference between view and browse in TIBCO
What activities are supported in jta transaction?
Give an example where graceful migration of service from one machine to another is not possible.
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
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 ?
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?
What are the datatpes of Global varaibles which BW follows?
Once we have deployed the ear file in Tibco admin,In which location the data/service/properties will store
in one tibco project how many services interfacesess it will be created
Difference between file polar and file adapter ?
I need to hit a service of a jms connection from another jms connection.I am using soap over jms.How can we achive this?