Explain the utilities of SOAP web services to its users?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are the facilities that are offered by SOAP to its users-
  • PutAddress() : This function is used for putting address in web pages. It carries address instance on SOAP call.
  • PutListing() : It facilitates insertion of XML file into the webpage. This function reads the XML file, which is received as an argument and transports it to XML parser liaison. It then puts it as a parameter in the SOAP call.
  • GetAddress(): It is a form of string text which determines a query name and sends the result that is synonymous with the query. The name is then sent to the SOAP call.
  • GetAllListing() : This function transfers the complete list in XML format and then returns the same.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Soap Interview Questions

    Explain what is SOAP?

    SOAP (Simple Object Access Protocol) is a communication protocol that facilitates the exchange of data over different n..

    Soap Interview Questions

    Mention the differences between SOAP and other remote access techniques?

    The following are the differences between SOAP and other remote web services such as DCOM, COBRA :SOAP WEB SERVICES O..

    Soap Interview Questions

    State the syntax rule for SOAP message?

    Following is the syntax rule for SOAP message- A SOAP message should use XML that is encoded. A SOAP message MUST use t..