diff options
| author | Manuel Traut <manut@mecka.net> | 2014-05-02 13:33:54 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2014-05-02 13:35:15 +0200 |
| commit | 541d5387d74bc185fd95124b1c9071748c859914 (patch) | |
| tree | e2513ee27fb2f1996e8784bb7d872ef54a0ed257 /frameworks/middleware/examples/soap | |
| parent | 6806a0c78d7645383a9b59e7025c8c0fa92da98c (diff) | |
update middleware examples
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'frameworks/middleware/examples/soap')
| -rwxr-xr-x | frameworks/middleware/examples/soap/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frameworks/middleware/examples/soap/client.py b/frameworks/middleware/examples/soap/client.py index 9cd35f2..5151234 100755 --- a/frameworks/middleware/examples/soap/client.py +++ b/frameworks/middleware/examples/soap/client.py @@ -4,8 +4,10 @@ from datetime import datetime from ZSI.client import Binding b = Binding(url='http://localhost:8000/') + t = b.today (5) # t = 2014-02-18 15:59:50.571927 conv = datetime.strptime (t, "%Y-%m-%d %H:%M:%S.%f") print "Today: %s" % conv.strftime ("%d.%m.%Y, %H:%M") + print b.load ("string") |
