BlinkenArea - GitList
Repositories
Blog
Wiki
flaneth
Code
Commits
Branches
Tags
Search
Tree:
e8658d5
Branches
Tags
master
flaneth
firmware.dartboard
soap
request
initial commit after making CF identify work
Stefan Schuermans
commited
e8658d5
at 2012-04-15 19:57:57
request
Blame
History
Raw
POST / HTTP/1.0 Host: localhost:8080 User-agent: SOAPpy 0.11.3 (pywebsvcs.sf.net) Content-type: text/xml; charset="UTF-8" Content-length: 485 SOAPAction: "GetHit" <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <GetHit SOAP-ENC:root="1"> <v1> <timeout xsi:type="xsd:int">5</timeout> </v1> </GetHit> </SOAP-ENV:Body> </SOAP-ENV:Envelope>