character issue for PATENTSCOPE api

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

character issue for PATENTSCOPE api

Ivan Li
Hi, PATENTSCOPE

we are using http://patentscope.wipo.int/patentscope-webservice/servicesPatentScope to search for PCT patent biblio info, and we are meeting some character issue as blow

for patent number "RU2017000400"

* in PATENTSCHOPE web page in https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2018169434&redirectedID=true, the agent address display well as "КУПЦОВА, Елена Вячеславовна KUPTSOVA, Elena Vyacheslavovna; ООО «Федеральное Патентное Бюро «ГАРДИУМ», Рязанский проспект, 75/4, 1-я башня, 7 этаж, Москва, ООО «Federal'noe Patentnoe Byuro «GARDIUM» Ryazansky prospect, 75/4, 1-aya bashnya, 7 etazh Moscow, 109456, RU"

* in patentscope api http://patentscope.wipo.int/patentscope-webservice/servicesPatentScope, when we are trying to search the data as command below

curl -v -XPOST --header "Content-Type:text/html"  http://user:passwd@patentscope.wipo.int/patentscope-webservice/servicesPatentScope \
-d @- << EOF
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
        <getIASR xmlns="http://www.wipo.org/wsdl/ps">
            <iaNumber>RU2017000400</iaNumber>
        </getIASR>
    </soap:Body>
</soap:Envelope>
EOF

the return results will contains strange character, like below



is there a way to fix that in PatentScope side

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: character issue for PATENTSCOPE api

patentscope-wipo
Administrator
Hello

For questions related to the webservice, please send an email to patentscope@wipo.int indicating your username.

Best regards