UPnP: Internal Server Error (Error Code 501)

  • Thread starter Thread starter Franz Edler
  • Start date Start date
F

Franz Edler

Hello some expert!

I do not want to give-up in installing my IP-phone with Internet connection
sharing on my Windows XP professional.
Below you can see the server response on an "AddPortMapping"-Command of the
IP-phone.
Is there any chance to find the cause of the error below?
Is there any documentation or diagnostic tool for the UPnP implementation of
Windows XP?

Franz

The server response on an "AddPortMapping"-Command:

HTTP/1.0 500 Internal Server Error
Date: Thu, 25 Dec 2003 14:18:26 GMT
Connection: close
Server: Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0
Content-Length: 503
Content-Type: text/xml; charset="utf-8"
EXT:

<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
g/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>UPnPError</faultstring>
<detail>
<UPnPError xmlns="urn:schemas-upnp-org:control-1-0">
<errorCode xmlns="">501</errorCode>
<errorDescription xmlns="">Action Failed</errorDescription>
</UPnPError>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
 
Back
Top