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@winehq.org ReportedBy: gowrishankar@wondersoft.in CC: gowrishankar@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
http://bugs.winehq.org/show_bug.cgi?id=18671
--- Comment #1 from Gowrishankar gowrishankar@wondersoft.in 2009-05-28 07:27:57 --- sorry not mxxml.dll that is msxml.dll
http://bugs.winehq.org/show_bug.cgi?id=18671
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |other
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-05-28 07:30:04 --- Please attach as a file complete terminal output.
http://bugs.winehq.org/show_bug.cgi?id=18671
--- Comment #3 from Gowrishankar gowrishankar@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
http://bugs.winehq.org/show_bug.cgi?id=18671
--- Comment #4 from Austin English austinenglish@gmail.com 2009-05-29 10:31:53 --- Does: $ wget kegel.com/wine/winetricks && sh winetricks msxml3 help?
http://bugs.winehq.org/show_bug.cgi?id=18671
--- Comment #5 from Gowrishankar gowrishankar@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.
http://bugs.winehq.org/show_bug.cgi?id=18671
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Component|-unknown |urlmon
--- Comment #6 from André H. nerv@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
http://bugs.winehq.org/show_bug.cgi?id=18671
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|urlmon |msxml3 Severity|enhancement |normal
--- Comment #7 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=18671
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-10-13 12:38:46 CDT --- This should be fixed with ace3a81d13a9fe30be3fe434e13964a716f8f3d7.
http://bugs.winehq.org/show_bug.cgi?id=18671
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-10-15 12:51:20 CDT --- Closing bugs fixed in 1.3.5.
https://bugs.winehq.org/show_bug.cgi?id=18671
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ace3a81d13a9fe30be3fe434e13 | |964a716f8f3d7