Skip to content

Instantly share code, notes, and snippets.

View zachbf's full-sized avatar

Zach zachbf

View GitHub Profile
from zeep import Client
#https://www.airservicesaustralia.com/naips/briefing-service?wsdl
#https://www.airservicesaustralia.com/naips/briefing-service?xsd=1
def main():
endpoint = 'https://www.airservicesaustralia.com/naips/briefing-service?wsdl'
client = Client(wsdl=endpoint)
# Customize your request here