Article
Click here for a complete list of operations.
Download
Schema Input: Click here
Schema Output: Click here
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Service/V2/Article.asmx HTTP/1.1 Host: refdatabase.refdata.ch Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://refdatabase.refdata.ch/Pharma/Download" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <DownloadArticleInput xmlns="http://refdatabase.refdata.ch/"> <TYPE xmlns="http://refdatabase.refdata.ch/V2/Article_in">bytes</TYPE> <ATYPE xmlns="http://refdatabase.refdata.ch/V2/Article_in">PHARMA or NONPHARMA or ALL</ATYPE> <TERM xmlns="http://refdatabase.refdata.ch/V2/Article_in">string</TERM> </DownloadArticleInput> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ARTICLE CREATION_DATETIME="dateTime" xmlns="http://refdatabase.refdata.ch/V2/Article_out"> <ITEM DT="dateTime"> <ATYPE>bytes</ATYPE> <GTIN>string</GTIN> <GMN>string</GMN> <SWMC_AUTHNR>string</SWMC_AUTHNR> <NAME_DE>string</NAME_DE> <NAME_FR>string</NAME_FR> <ATC>string</ATC> <AUTH_HOLDER_NAME>string</AUTH_HOLDER_NAME> <AUTH_HOLDER_GLN>string</AUTH_HOLDER_GLN> </ITEM> <ITEM DT="dateTime"> <ATYPE>bytes</ATYPE> <GTIN>string</GTIN> <GMN>string</GMN> <SWMC_AUTHNR>string</SWMC_AUTHNR> <NAME_DE>string</NAME_DE> <NAME_FR>string</NAME_FR> <ATC>string</ATC> <AUTH_HOLDER_NAME>string</AUTH_HOLDER_NAME> <AUTH_HOLDER_GLN>string</AUTH_HOLDER_GLN> </ITEM> <RESULT> <OK_ERROR>bytes</OK_ERROR> <NBR_RECORD>int</NBR_RECORD> <ERROR_CODE>string</ERROR_CODE> <MESSAGE>string</MESSAGE> </RESULT> </ARTICLE> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Service/V2/Article.asmx HTTP/1.1 Host: refdatabase.refdata.ch Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <DownloadArticleInput xmlns="http://refdatabase.refdata.ch/"> <TYPE xmlns="http://refdatabase.refdata.ch/V2/Article_in">bytes</TYPE> <ATYPE xmlns="http://refdatabase.refdata.ch/V2/Article_in">PHARMA or NONPHARMA or ALL</ATYPE> <TERM xmlns="http://refdatabase.refdata.ch/V2/Article_in">string</TERM> </DownloadArticleInput> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <ARTICLE CREATION_DATETIME="dateTime" xmlns="http://refdatabase.refdata.ch/V2/Article_out"> <ITEM DT="dateTime"> <ATYPE>bytes</ATYPE> <GTIN>string</GTIN> <GMN>string</GMN> <SWMC_AUTHNR>string</SWMC_AUTHNR> <NAME_DE>string</NAME_DE> <NAME_FR>string</NAME_FR> <ATC>string</ATC> <AUTH_HOLDER_NAME>string</AUTH_HOLDER_NAME> <AUTH_HOLDER_GLN>string</AUTH_HOLDER_GLN> </ITEM> <ITEM DT="dateTime"> <ATYPE>bytes</ATYPE> <GTIN>string</GTIN> <GMN>string</GMN> <SWMC_AUTHNR>string</SWMC_AUTHNR> <NAME_DE>string</NAME_DE> <NAME_FR>string</NAME_FR> <ATC>string</ATC> <AUTH_HOLDER_NAME>string</AUTH_HOLDER_NAME> <AUTH_HOLDER_GLN>string</AUTH_HOLDER_GLN> </ITEM> <RESULT> <OK_ERROR>bytes</OK_ERROR> <NBR_RECORD>int</NBR_RECORD> <ERROR_CODE>string</ERROR_CODE> <MESSAGE>string</MESSAGE> </RESULT> </ARTICLE> </soap12:Body> </soap12:Envelope>