Advice on "Bad Request" when accessing Web Service

SteveBee

Member
Licensed User
Longtime User
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:
  • '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
 

Attachments

  • xmltesting.zip
    1 KB · Views: 163

qsrtech

Active Member
Licensed User
Longtime User
Any resolution to this cause I'm finding I'm having the same issue with Httputils. Seems to happen after 1000's of requests. Restarting the app seems to resolve it, unfortunately I have some widgets that run into this problem and they have to be completely re-installed, unless I wanna restart my device which I hate doing cause you never know if it will restart! (esp windows!)
 
Upvote 0
Top