You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
I have to check a webservice where I submit a xml document. The problem is, that the only indication that it went well, is if no xml is returned. I can check for a content lenght being equal to zero.
It does not seem that webinject is able to handle this situation? I get these errors:
Failed XML parser on response:
no element found at line 1, column 0, byte -1 at /usr/lib/perl5/XML/Parser.pm line 187.
Is it possible to add an option to not parse the response?
Regards
Jens Hyllegaard
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I have to check a webservice where I submit a xml document. The problem is, that the only indication that it went well, is if no xml is returned. I can check for a content lenght being equal to zero.
It does not seem that webinject is able to handle this situation? I get these errors:
Failed XML parser on response:
no element found at line 1, column 0, byte -1 at /usr/lib/perl5/XML/Parser.pm line 187.
Is it possible to add an option to not parse the response?
Regards
Jens Hyllegaard
The text was updated successfully, but these errors were encountered: