Re: Consume Web Service

2012-11-09 Thread Derrick Jackson
Thanks Tim. After mulling it over I decided to go with SUDS and so far all is working like a charm. On Thursday, November 8, 2012 4:52:11 PM UTC-5, Tim Sawyer wrote: > > I keep it simple and just create the XML manually. Works for me on > simple services. > > > http://drumcoder.co.uk/blog/2009

Re: Consume Web Service

2012-11-08 Thread Tim Sawyer
I keep it simple and just create the XML manually. Works for me on simple services. http://drumcoder.co.uk/blog/2009/nov/23/running-soap-webservice-without-library/ Tim. On 08/11/12 21:26, Derrick Jackson wrote: Hi all, I have a web service that I need to consume. Do you have any recommend