demo savetojsp save giving error
- 1 reply.
- This is not yet resolved.
- This question was started by GeorgeP.
- Last post by Sjoerd Visscher.
|
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? |
|
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:/ |
- Support
- › Forum
- › How To ...
- › demo savetojsp save giving error
React
Write a comment