All,
I need help concerning SOAP, Python and XML. I'm in way over my head, so if you could spoon feed me, why that would be great!
I'm using Python and want to send a string to a web service that will output results to XML. I need to capture elements of the XML and put the info into a table. (say I send a single/simple address string to this webservice/geocode, which then returns numerous possible matches with XY values and score values, and I want to capture that into a table)
How do I go about doing this? I'm told I need to use SOAP. I discovered that the best module to use is ZSI (please correct me if I'm wrong). I have installed the necessary module. But, beyond that, despite researching a lot, I'm just plain old stumped. Web stuff is very new to me.
Can someone provide some example code similar to what I need to do? Or any guidance would be appreciated.
Thanks!
I need help concerning SOAP, Python and XML. I'm in way over my head, so if you could spoon feed me, why that would be great!
I'm using Python and want to send a string to a web service that will output results to XML. I need to capture elements of the XML and put the info into a table. (say I send a single/simple address string to this webservice/geocode, which then returns numerous possible matches with XY values and score values, and I want to capture that into a table)
How do I go about doing this? I'm told I need to use SOAP. I discovered that the best module to use is ZSI (please correct me if I'm wrong). I have installed the necessary module. But, beyond that, despite researching a lot, I'm just plain old stumped. Web stuff is very new to me.
Can someone provide some example code similar to what I need to do? Or any guidance would be appreciated.
Thanks!