demo savetojsp save giving error

  • 1 reply.
  • This is not yet resolved.
  • This question was started by GeorgeP.
  • Last post by Sjoerd Visscher.
GeorgeP
user
March 12th 2010
when I run the asp.net demo and hit save it works:
var result = HTTPTools.postXML("save.aspx", xmlDocument);

However, the following:
var result = HTTPTools.postXML("save.jsp", xmlDocument, "UTF-8");
from the jsp example however gives this error: <title>IIS 7.5 Detailed Error - 405.0 - Method Not Allowed</title>

Any ideas?
Sjoerd Visscher
Xopus Team
March 12th 2010
Can you run JSP on your IIS?

If so, perhaps you just need to enable the POST method for JSP files.

This looks like it might explain how to do that:
http://blogs.msdn.com/joseph_fultz/archive/2009/07/23/enabling-the-put-verb-with-handlers-and-iis-7-0.aspx

React

HTML will be shown as HTML code.
Linebreaks and Links starting with http:// are automatically resolved