|
The system will reply with an XML document that contains a list of entries as well as status information regarding the result. The response will have the content type "text/xml; charset=UTF-8", and the returned XML document follows the following model: <?xml version="1.0" encoding="UTF-8" ?> <response version="1.0"> <status result="ok" size="2"/> <entry> <msisdn>358942860903</msisdn> <name>Roottori Oy<name> <operator/> <zip>00180</zip> <address>Ruoholahdenkatu 8</address> <city>Helsinki</city> <entrytype>B</entrytype> </entry> <entry> <!—- second entry --> </entry> </response> The document contains a status element that tells weather or not the query was successful, the number of found entries and an entry -element for each result. Each entry can have msisdn, name, operator, zip, address, city and entrytype sub-elements that specify that particular information for that particular contact. Note that the availability of all of these attributes may vary from query to query and from contact to contact. The entrytype sub-element specifies the type of the subscriber. The values "N" and "H" mean a normal subscription, "B" a business number and "G" a government number. |
2.2 Response
(None)