A fork of https://github.com/Synerty/SOAPpy-py3 This is a working tree till fixes get imported upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
636 B

  1. POST / HTTP/1.0
  2. Host: localhost:8080
  3. User-agent: SOAPpy 0.12.0 (pywebsvcs.sf.net)
  4. Content-type: text/xml; charset="UTF-8"
  5. Content-length: 484
  6. SOAPAction: "echo"
  7. <?xml version="1.0" encoding="UTF-8"?>
  8. <SOAP-ENV:Envelope
  9. SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  10. xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  11. xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
  12. xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  13. xmlns:xsd="http://www.w3.org/1999/XMLSchema"
  14. >
  15. <SOAP-ENV:Body>
  16. <echo SOAP-ENC:root="1">
  17. <v1 xsi:type="xsd:string">Hello world</v1>
  18. </echo>
  19. </SOAP-ENV:Body>
  20. </SOAP-ENV:Envelope>