kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Anyone have a simple example using PySimpleSoap returning a List #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not that comfortable with python and thus having some issues. I have been 
looking on the internet, but cant find a "simple" example where PySimpleSoap is 
used to other examples then adding int's

/Thx   

Original issue reported on code.google.com by ALLANMOL...@gmail.com on 11 May 2013 at 9:55

GoogleCodeExporter commented 8 years ago
Please, see the trazamed test:

https://code.google.com/p/pysimplesoap/source/browse/tests/trazamed_tests.py

the function test_get_transacciones_no_confirmadas calls the webservice and 
receives a list as response

There are other tests with useful examples, let me know if you need something 
else

Original comment by reingart@gmail.com on 11 May 2013 at 2:56

GoogleCodeExporter commented 8 years ago
thx, so much i will look at it.

Original comment by ALLANMOL...@gmail.com on 13 May 2013 at 8:41

GoogleCodeExporter commented 8 years ago
Also, you can look at https://code.google.com/p/pysimplesoap/wiki/ComplexTypes

Original comment by reingart@gmail.com on 13 May 2013 at 2:28