Hello!
I'm running into a bug in the empresa engine. When I do an MvCall (or mvt:call, though it fails silently) on a particular endpoint, I am getting the error "MvCALL: Unexpected EOF in tag". Here's an example URL that will trigger it:
http://api.searchspring.net/api/sear...ode=SewThread&
When this error happens, the entire request is aborted and I don't receive any further data back. Is there any way to disable MvCall's tag processing? I don't need it whatsoever, and this bug is currently blocking progress.
It seems that it's getting hung up on text such as
"value": "< 300yds",
Which would indicate that it's (incorrectly) deciding that this is an HTML tag.
Thanks!
Nelson
I'm running into a bug in the empresa engine. When I do an MvCall (or mvt:call, though it fails silently) on a particular endpoint, I am getting the error "MvCALL: Unexpected EOF in tag". Here's an example URL that will trigger it:
http://api.searchspring.net/api/sear...ode=SewThread&
When this error happens, the entire request is aborted and I don't receive any further data back. Is there any way to disable MvCall's tag processing? I don't need it whatsoever, and this bug is currently blocking progress.
It seems that it's getting hung up on text such as
"value": "< 300yds",
Which would indicate that it's (incorrectly) deciding that this is an HTML tag.
Thanks!
Nelson
Comment