Examples of usage web service WikiPoc
You can find our WSDL at: http://wikimate.azoft.com/webservice/services/WikiPocService?wsdl
SOAP request countArticles
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rep="http://repository.wikipoc.donriver.com">
<soapenv:Header/>
<soapenv:Body>
<rep:countArticles>
<rep:latitude>55.74</rep:latitude>
<rep:longitude>37.53</rep:longitude>
<rep:range>3</rep:range>
<rep:language>RU</rep:language>
</rep:countArticlest>
</soapenv:Body>
</soapenv:Envelope>
SOAP response countArticles
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:countArticlesResponse xmlns:ns="http://repository.wikipoc.donriver.com">
<ns:return>4413</ns:return>
</ns:countArticlesResponse>
</soapenv:Body>
</soapenv:Envelope>
SOAP request getArticlesList
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rep="http://repository.wikipoc.donriver.com">
<soapenv:Header/>
<soapenv:Body>
<rep:getArticlesList>
<rep:latitude>55.74</rep:latitude>
<rep:longitude>37.53</rep:longitude>
<rep:range>3</rep:range>
<rep:language>EN</rep:language>
</rep:getArticlesList>
</soapenv:Body>
</soapenv:Envelope>
SOAP response getArticlesList
We return first 200 results only.
Response example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getArticlesListResponse xmlns:ns="http://repository.wikipoc.donriver.com" xmlns:ax21="http://domains.repository.wikipoc.donriver.com/xsd">
<ns:return xsi:type="ax21:Wiki" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax21:lang>en</ax21:lang>
<ax21:lat>55.7136111111111</ax21:lat>
<ax21:lng>37.5769444444445</ax21:lng>
<ax21:title>Andreyevsky Bridge</ax21:title>
</ns:return>
<ns:return xsi:type="ax21:Wiki" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax21:lang>en</ax21:lang>
<ax21:lat>55.7483333333333</ax21:lat>
<ax21:lng>37.5422222222222</ax21:lng>
<ax21:title>Bagration Bridge</ax21:title>
</ns:return>
<ns:return xsi:type="ax21:Wiki" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax21:lang>en</ax21:lang>
<ax21:lat>55.7437722221667</ax21:lat>
<ax21:lng>37.497725</ax21:lng>
<ax21:title>Bagrationovskaya</ax21:title>
</ns:return>
</ns:getArticlesListResponse>
</soapenv:Body>
</soapenv:Envelope>