📜  pysimplesoap 示例代码 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:31.702000             🧑  作者: Mango

代码示例1
client = SoapClient(wsdl='http://www1.kadaster.nl/1/schemas/kik-inzage/20141101/verzoekTotInformatie-2.1.wsdl', trace=True)
client.VerzoekTotInformatie(Aanvraag={'berichtversie':4.7, 
                                      'klantReferentie':'cum murmure', 
                                      'productAanduiding': 'aeoliam venit'})