On Wednesday, November 12, 2014 4:58:53 PM UTC-8, Dave S wrote: > > > > On Friday, September 26, 2014 3:43:29 PM UTC-7, Dave S wrote: >> >> >> >> On Friday, September 26, 2014 1:49:18 PM UTC-7, Mariano Reingart wrote: >>> >>> "Raw" calls are supported (using SimpleXMLElement objects), attached is >>> an example >>> >> >> Thank you! I'll let you know how it goes. >> >> > You'd think it would take me less than 6 weeks to try. (sigh) > > I seem to be going through line 193; here's what I get there and > rocket.write() #1773 (bumped to 1774 by the debug msg) > > client.py -- went through l193 with p0 <UDIService><control>DON< > /control><action/><node>25 C0 F0 1</node><flag>65531</flag></UDIService> ( > repr) > rocket-write: data len 1 repr <s:Envelope xmlns:s=" > http://www.w3.org/2003/05/soap-envelope"><s:Body><UDIDefaultResponse>< > status>715</status><info>n/a</info></UDIDefaultResponse></s:Body></s: > Envelope> >
Mariano -- a quick test with your sample has the client.py output, but it seems to not go directly to rocket.write(). Instead, rocket.write() is called when the ticket is being sent for "connection refused" (line 38 in webservice.py). /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

