zdavatz / oddb2xml

oddb2xml, create xml files using refdata, swissmedic and bag xml files
http://www.ywesee.com/Oddb2xml/Index
GNU General Public License v3.0
8 stars 5 forks source link

Refdata is mixing HTTP with HTTPS requests #55

Closed zdavatz closed 2 years ago

zdavatz commented 2 years ago
  1. The following two URLs always worked:
    SOAPAction: http://refdatabase.refdata.ch/Pharma/Download
    http://refdatabase.refdata.ch/Service/Article.asmx
  2. But now the second URL has to be HTTPS.
    SOAPAction: http://refdatabase.refdata.ch/Pharma/Download
    https://refdatabase.refdata.ch/Service/Article.asmx

    to make the GTIN XML file download work.