I have successfully been accessing Web Services via SOAP.
Suddenly I've come across a Post string which causes a "Bad Request (400)" error in HttpUtils. I am at a loss to explain why...
NOTE: When I post this XML straight into the Web Service it works!
In the attached zip file:
BOTH of these are well-formed, and display in XmlNotepad.
Any one have any ideas why the error, seemingly ONLY in HttpUtils?
Steve
Suddenly I've come across a Post string which causes a "Bad Request (400)" error in HttpUtils. I am at a loss to explain why...
NOTE: When I post this XML straight into the Web Service it works!
In the attached zip file:
- 'PostCausingBadRrequest.xml' is the Post string that causes a Bad Request error
- The simplified 'OkPost.xml' works fine! (unfortunately, at this point, the WS and underlying SP require a different format...
BOTH of these are well-formed, and display in XmlNotepad.
Any one have any ideas why the error, seemingly ONLY in HttpUtils?
Steve