Re: [Tutor] Convert SOAP response (ArrayOfInt) to Python list

2013-07-10 Thread Evans Anyokwu
On Thu, Jul 4, 2013 at 8:47 PM, Robert Winkler < 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 result is a list of accession numbers (which correspond to chemica

Re: [Tutor] Convert SOAP response (ArrayOfInt) to Python list

2013-07-10 Thread bob gailer
On 7/4/2013 3:47 PM, Robert Winkler 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 result is a list of accession numbers (which correspond to chemical compounds) and I get them in the following fo