What is the procedure to send the call and get the response from the client to server using soap?
Answer / Pushpendra Kumar
To send a SOAP request from the client to the server, an instance of the SOAP protocol class is created with the necessary settings (like endpoint URL, transport, etc.). The call() method of the SOAP object is then used to send the SOAP request. On the server side, the request is handled by the SOAP processor, which generates a response and sends it back to the client. On the client side, the response can be accessed using appropriate methods provided by the SOAP protocol class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is wc3 standards?How is the link between SOAP and webservices to it?
What are soapui assertions?
What is the difference between top down & bottom up approach in soap web services?
what is SOAP HTTP Binding?
Define soap?
Define soap web services?
what is the general format for reading the custom or default property value?
Explain how you can parametrize the endpoints in soap ui?
What are the various approaches available for developing soap based web services?
Explain the actions performed by soapui?
What are soap actions?
Explain what is soap?