Ticket #331: test-331.py
| File test-331.py, 323 bytes (added by thijs, 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | from pyamf.remoting.client import RemotingService |
| 2 | |
| 3 | import logging |
| 4 | logging.basicConfig(level=logging.DEBUG, |
| 5 | format='%(asctime)s %(levelname)-5.5s [%(name)s] %(message)s') |
| 6 | |
| 7 | client = RemotingService('http://demo.pyamf.org/gateway/recordset') |
| 8 | service = client.getService('service123') |
| 9 | |
| 10 | print service.getLanguages3() |
