http://bugs.winehq.org/show_bug.cgi?id=29590 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-17 17:07:31 CST --- Created attachment 38410 --> http://bugs.winehq.org/attachment.cgi?id=38410 patch (In reply to comment #0)
I'll attach msxml log. Most interesting parts are:
003d:fixme:msxml:httprequest_get_statusText stub 0x3c82428 0x2b53cd8
Try attached patch for this one.
and many lines like:
003d:trace:msxml:domdoc_loadXML (0x36ce620)->(L"{\"responseHeader\":{\"status\":0,\"QTime\":11},\"response\":{\"numFound\":22852,\"start\":0,\"docs\":[]}}" 0x268c612) 003d:err:msxml:doparse Start tag expected, '<' not found
003d:trace:msxml:domdoc_loadXML (0x3cef120)->(L"{\"time\":1326303123.1712}" 0x268bfb2) 003d:err:msxml:doparse Start tag expected, '<' not found
That means that raw response is passed to loadXML(). I'll take a look later. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.