[Bug 18671] New: Getting Error while Calling XMLHTTP using VB6
http://bugs.winehq.org/show_bug.cgi?id=18671 Summary: Getting Error while Calling XMLHTTP using VB6 Product: Wine Version: 1.1.21 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: gowrishankar(a)wondersoft.in CC: gowrishankar(a)wondersoft.in '------------------------------------------------------------------------- Hi i am getting system error : - 2146697206 and using mxxml.dll and msxml2.dll as reference for this vb coding kindly help me to solve this issue '------------------------------------------------------------------------- Option Explicit Dim HttpReq As XMLHTTP Private Sub Command1_Click() On Error GoTo err Dim strURL strURL = "http://XXXXXXXXXXXXXXXXXXXXX.aspx" '============================================== '===> Creating XMLIsland to send to Server <=== '============================================== Dim xmlString xmlString = "<xml><Authenticate " xmlString = xmlString & "UserName='admin' " xmlString = xmlString & "Password ='new' " xmlString = xmlString & "/></xml>" '===================================== '===> Sending XMLIsland to Server <=== '===================================== Set HttpReq = New XMLHTTP HttpReq.open "POST", strURL, False HttpReq.send xmlString '========================================================== '===> Receiving and Analyzing the response from Server <=== '========================================================== Dim Response As String Response = HttpReq.responseText MsgBox Response Exit Sub err: MsgBox err.Number & " " & err.Description End Sub -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 --- Comment #1 from Gowrishankar <gowrishankar(a)wondersoft.in> 2009-05-28 07:27:57 --- sorry not mxxml.dll that is msxml.dll -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |other --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-05-28 07:30:04 --- Please attach as a file complete terminal output. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 --- Comment #3 from Gowrishankar <gowrishankar(a)wondersoft.in> 2009-05-29 08:27:15 --- Created an attachment (id=21400) --> (http://bugs.winehq.org/attachment.cgi?id=21400) ERROR I AM GETING AFTER RUNNING THE APPLICATION hi this is visual basic 6 application. so there is no terminal output if i run the application. it is giving error on "Http.Req.send xmlString", So kindly help me thanks -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-05-29 10:31:53 --- Does: $ wget kegel.com/wine/winetricks && sh winetricks msxml3 help? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 --- Comment #5 from Gowrishankar <gowrishankar(a)wondersoft.in> 2009-06-06 00:40:02 --- (In reply to comment #4)
Does: $ wget kegel.com/wine/winetricks && sh winetricks msxml3 help?
HI Austin sorry for delay. i tested with u advice but same problem i am getting. if u want i can able to give remote. kindly help me . thanks. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Component|-unknown |urlmon --- Comment #6 from André H. <nerv(a)dawncrow.de> 2010-02-02 13:45:14 --- looks like a INET_E_NO_VALID_MEDIA from function HttpProtocol_open_request in urlmon/http.c but i am not 100% sure -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|urlmon |msxml3 Severity|enhancement |normal --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-02-02 14:03:19 --- (In reply to comment #6)
looks like a INET_E_NO_VALID_MEDIA from function HttpProtocol_open_request in urlmon/http.c but i am not 100% sure
It probably comes from urlmon called by native override msxml3 or something. XMLHTTP is empty stub now so I don't see how this is a urlmon problem. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-13 12:38:46 CDT --- This should be fixed with ace3a81d13a9fe30be3fe434e13964a716f8f3d7. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=18671 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-15 12:51:20 CDT --- Closing bugs fixed in 1.3.5. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=18671 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ace3a81d13a9fe30be3fe434e13 | |964a716f8f3d7 -- 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.
participants (1)
-
wine-bugs@winehq.org