port-unmapping-failure.xml 438 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3. <s:Body>
  4. <s:Fault>
  5. <faultcode>s:Client</faultcode>
  6. <faultstring>UPnPError</faultstring>
  7. <detail>
  8. <UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
  9. <errorCode>714</errorCode>
  10. <errorDescription>NoSuchEntryInArray</errorDescription>
  11. </UPnPError>
  12. </detail>
  13. </s:Fault>
  14. </s:Body>
  15. </s:Envelope>