Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Created March 3, 2022 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkapitan/f8ad9aaf4504828eb3dedaf77ee31e16 to your computer and use it in GitHub Desktop.
Save dkapitan/f8ad9aaf4504828eb3dedaf77ee31e16 to your computer and use it in GitHub Desktop.
Using zeep to query SOAP
from zeep import Client
client = Client("https://webservices.cibg.nl/Ribiz/OpenbaarV4.asmx?wsdl")
client.service.ListHcpApprox4(WebSite="Ribiz", Name="Kerkhoven", Initials="M")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment