Hallo, ich habe euch eben noch den Source Code des Projektes unter http://www.mutschler-net.de zum download bereitgestellt.
Gruß, Richard
Die Suche ergab 11 Treffer
- Mittwoch 28. März 2007, 12:46
- Forum: Netzwerkprogrammierung
- Thema: Kleines Web Service Tutorial mit ZSI für Python
- Antworten: 11
- Zugriffe: 4161
- Dienstag 20. März 2007, 18:54
- Forum: Netzwerkprogrammierung
- Thema: Python + PHP via XMLRPC?
- Antworten: 5
- Zugriffe: 1197
Hallo, habe mich etwas mit Webservices unter verwendung der ZSI Bibliothek in Python beschäftigt. Ein kleines Tutorial zu dem Thema findest du unter: http://www.mutschler-net.de/18801.html.
Vielleicht hilft es dir ja weiter,
Gruß Richard
Vielleicht hilft es dir ja weiter,
Gruß Richard
- Dienstag 20. März 2007, 08:20
- Forum: Netzwerkprogrammierung
- Thema: Kleines Web Service Tutorial mit ZSI für Python
- Antworten: 11
- Zugriffe: 4161
Kleines Web Service Tutorial mit ZSI für Python
:D
Hallo zusammen,
ich habe ein kleines Step by Step tutorial geschrieben in dem die nutzung von Web Services durch die ZSI Bibliothek in Python demonstriert wird. Ihr könnt das Tutorial runterladen unter: http://www.mutschler-net.de/18801.html
Über Feedback freue ich mich, viel Spass damit :lol ...
Hallo zusammen,
ich habe ein kleines Step by Step tutorial geschrieben in dem die nutzung von Web Services durch die ZSI Bibliothek in Python demonstriert wird. Ihr könnt das Tutorial runterladen unter: http://www.mutschler-net.de/18801.html
Über Feedback freue ich mich, viel Spass damit :lol ...
- Sonntag 14. Januar 2007, 14:04
- Forum: Netzwerkprogrammierung
- Thema: Document/Literal SOAP Messages mit SOAPpy
- Antworten: 2
- Zugriffe: 1858
- Sonntag 14. Januar 2007, 10:15
- Forum: Netzwerkprogrammierung
- Thema: Problem mit encoding aus der XML declaration mit SOAPpy
- Antworten: 0
- Zugriffe: 2007
Problem mit encoding aus der XML declaration mit SOAPpy
Hallo, Ich bin hier auf etwas gestossen, das ich mir nicht so recht erklären kann:
Ich mache eine Anfrag auf einwn WS:
import SOAPpy
proxy = SOAPpy.WSDL.Proxy("http://www.neurofuzz.com/modules/cryptoService/cryptoSOAP.php?wsdl")
proxy.soapproxy.config.dumpSOAPOut = 1
proxy.soapproxy.config ...
Ich mache eine Anfrag auf einwn WS:
import SOAPpy
proxy = SOAPpy.WSDL.Proxy("http://www.neurofuzz.com/modules/cryptoService/cryptoSOAP.php?wsdl")
proxy.soapproxy.config.dumpSOAPOut = 1
proxy.soapproxy.config ...
- Sonntag 14. Januar 2007, 09:44
- Forum: Netzwerkprogrammierung
- Thema: Document/Literal SOAP Messages mit SOAPpy
- Antworten: 2
- Zugriffe: 1858
Document/Literal SOAP Messages mit SOAPpy
Hallo erstmal,
Ich habe folgendes Problem:
Ich versuche mit SOAPpy eine Nachricht an einen Document/Literal Webserver zu senden:
import SOAPpy
import time
import datetime
proxy = SOAPpy.WSDL.Proxy("http://www.holidaywebservice.com/Holidays/GBNIR/GBNIRHolidayService.asmx?WSDL")
proxy.soapproxy ...
Ich habe folgendes Problem:
Ich versuche mit SOAPpy eine Nachricht an einen Document/Literal Webserver zu senden:
import SOAPpy
import time
import datetime
proxy = SOAPpy.WSDL.Proxy("http://www.holidaywebservice.com/Holidays/GBNIR/GBNIRHolidayService.asmx?WSDL")
proxy.soapproxy ...
- Samstag 13. Januar 2007, 21:18
- Forum: Netzwerkprogrammierung
- Thema: SOAPpy Webservices
- Antworten: 7
- Zugriffe: 5305
- Samstag 13. Januar 2007, 20:57
- Forum: Netzwerkprogrammierung
- Thema: SOAPpy Webservices
- Antworten: 7
- Zugriffe: 5305
- Samstag 13. Januar 2007, 20:42
- Forum: Netzwerkprogrammierung
- Thema: SOAPpy Webservices
- Antworten: 7
- Zugriffe: 5305
- Samstag 13. Januar 2007, 20:32
- Forum: Netzwerkprogrammierung
- Thema: SOAPpy Webservices
- Antworten: 7
- Zugriffe: 5305
- Samstag 13. Januar 2007, 19:53
- Forum: Netzwerkprogrammierung
- Thema: SOAPpy Webservices
- Antworten: 7
- Zugriffe: 5305
SOAPpy Webservices
Hallo allerseits,
ich habe ein Problem mit SOAPpy
Zuerstmal zu meiner Konfiguration:
Python 2.4
SOAPpy 0.12
SOAPUI 1.0.3
Ich möchte nun enen Webservice dessen WSDL ich von http://www.xmethods.com habe ansprechen, dazu folgender Code:
import SOAPpy
proxy = SOAPpy.WSDL.Proxy("http://www.neurofuzz ...
ich habe ein Problem mit SOAPpy
Zuerstmal zu meiner Konfiguration:
Python 2.4
SOAPpy 0.12
SOAPUI 1.0.3
Ich möchte nun enen Webservice dessen WSDL ich von http://www.xmethods.com habe ansprechen, dazu folgender Code:
import SOAPpy
proxy = SOAPpy.WSDL.Proxy("http://www.neurofuzz ...
