Re: [Tutor] send and receive HTTP POST

2008-05-01 Thread shawn bright
Thanks, sorry i was late getting back to you, but gmail thought this was spam. Go figure. Anyway, SOAPpy is doing great. Thanks shawn On Wed, Apr 30, 2008 at 2:05 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > > POST /soap/SMS.asmx HTTP/1.1 > > Host: api.upsidewireless.com > > Content-Type: t

Re: [Tutor] send and receive HTTP POST

2008-04-30 Thread Kent Johnson
> POST /soap/SMS.asmx HTTP/1.1 > Host: api.upsidewireless.com > Content-Type: text/xml; charset=utf-8 > Content-Length: length > SOAPAction: "http://upsidewireless.com/webservice/sms/Send_Plain"; It looks like you need SOAPpy: http://diveintopython.org/soap_web_services/ Kent ___

[Tutor] send and receive HTTP POST

2008-04-30 Thread shawn bright
Hey there all, I have been spending some time trying to get my head around how to send info by POST and read the result. These are examples of what i need to read and write . I think i can pull off the writing part, but how do i call it? POST /soap/SMS.asmx HTTP/1.1 Host: api.upsidewireless.com