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 there are two sub processes then how can we call at a time one sub process dyanmiccally by using call porcess?
What are the tibco bw activities that can participate in transactions?
wht is custom id?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
What are the mandatory configuration parameters for ftp connection & ftp with firewall ?
If the business process needs to invoke another web service which resource do you use ?
What is the advantage of scripted deployment in tibco?
Give an example where graceful migration of service from one machine to another is not possible.
how to create a directory using external command activity in BW? can u please tell the cmd?
When used Persistent mode, where are you Persisting the data?
What is custom id?
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?