What is the procedure to send the call and get the response from the client to server using soap?



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

Post New Answer

More SOAP Interview Questions

What is wc3 standards?How is the link between SOAP and webservices to it?

1 Answers  


What are soapui assertions?

1 Answers  


What is the difference between top down & bottom up approach in soap web services?

1 Answers  


what is SOAP HTTP Binding?

1 Answers  


Define soap?

1 Answers  


Define soap web services?

1 Answers  


what is the general format for reading the custom or default property value?

1 Answers  


Explain how you can parametrize the endpoints in soap ui?

1 Answers  


What are the various approaches available for developing soap based web services?

1 Answers  


Explain the actions performed by soapui?

1 Answers  


What are soap actions?

1 Answers  


Explain what is soap?

1 Answers  


Categories