Re: Convert SOAP response (ArrayOfInt) to Python list

2013-07-05 Thread Burak Arslan
Hi, FYI, There's a soap-specific python.org list: s...@python.org On 07/04/13 20:57, robert.wink...@bioprocess.org wrote: > Thanks to the OSA library, which works for SOAP requests with Python 3.x, I > can now use SOAP services at http://www.chemspider.com. > > The results structure is >

Convert SOAP response (ArrayOfInt) to Python list

2013-07-04 Thread robert . winkler
Thanks to the OSA library, which works for SOAP requests with Python 3.x, I can now use SOAP services at http://www.chemspider.com. The results structure is int int The result is a list of accession numbers (which correspond to chemical compounds) and I get them i