Die Suche ergab 2 Treffer

von devlg
Donnerstag 2. Januar 2014, 10:45
Forum: Allgemeine Fragen
Thema: Python + SOAP + Suds + WSSE + WS Adressing
Antworten: 2
Zugriffe: 867

Re: Python + SOAP + Suds + WSSE + WS Adressing

Hast du mal client = Client(WSDL_URL, location=WSDL_URL) in Zeile 25 probiert?


Herzlichen Dank, damit sieht es schon folgendermaßen aus:


Server raised fault: 'Error in the Internal configuration.'

Ich musste darüber hinaus den Endpoint auf eine andere URL setzen als die WSDL (klar *facepalm ...
von devlg
Donnerstag 2. Januar 2014, 10:29
Forum: Allgemeine Fragen
Thema: Python + SOAP + Suds + WSSE + WS Adressing
Antworten: 2
Zugriffe: 867

Python + SOAP + Suds + WSSE + WS Adressing

Servus liebe Python-Gemeinde,

ich sitze hier gerade an einem Problem, bei welchem ich leider nicht weiter komme und auf Eure Hilfe hoffe. Es geht um einen 'simplen' SOAP-Client, welcher anhand einer Spezifikation in WSDL Form mit WS-Security und WS-Adressing die notwendigen Methoden zur Verfügung ...