InterviewSolution
| 1. |
Explain How User Use The Facilities That Are Provided By Soap? |
|
Answer» Put ADDRESS (): It is used to enter an address in the webpage. It carries address instance on the SOAP call. Put Listing (): It is used to enable the insertion of a complete XML document into the webpage. It receives the XML file as an argument and transport the XML file to XML parser liason, which READS it and puts it as a parameter in the SOAP call. Get Address (): It is used to determine a query name and RETRIEVES the result that is best matched with a query. In the form of text STRING, the name is sent to the SOAP call. GetAllListing (): It is used to return the complete list in an XML format. Put Address (): It is used to enter an address in the webpage. It carries address instance on the SOAP call. Put Listing (): It is used to enable the insertion of a complete XML document into the webpage. It receives the XML file as an argument and transport the XML file to XML parser liason, which reads it and puts it as a parameter in the SOAP call. Get Address (): It is used to determine a query name and retrieves the result that is best matched with a query. In the form of text string, the name is sent to the SOAP call. GetAllListing (): It is used to return the complete list in an XML format. |
|