soap-failure.xml 410 B

123456789101112131415
  1. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  2. <s:Body>
  3. <s:Fault>
  4. <faultcode>s:Client</faultcode>
  5. <faultstring>UPnPError</faultstring>
  6. <detail>
  7. <UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
  8. <errorCode>402</errorCode>
  9. <errorDescription>Invalid Args</errorDescription>
  10. </UPnPError>
  11. </detail>
  12. </s:Fault>
  13. </s:Body>
  14. </s:Envelope>