I am trying to get my VB6 application to interact with a webservice using MSSOAP. My problem occures when i have to change the URL of the webservice to HTTPS. It works fine when i use HTTP but once the application goes to the Production server it will need to be HTTPS. Below is the structure of my code and i notice that the problem occures when i go to pass my parameters to the webservice i get an error, I have also placed the text from the error below my code. Can anyone Help? Thanks.
Dim pstrWebservice As New SoapClient30 Dim pstrResponse As String
Set pstrWebservice = CreateObject("MSSOAP.SoapClient30")
Attachment:Maximum retry on the connection exceeded. HRESULT=0x80004005: Unspecified error -Client:An unanticipated error occured during the processing of this request. HRESULT=0x80004005: Unspecified error -Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x80004005: Unspecified error -Client:Unspecified client error. HRESULT=0x80004005: Unspecified [/CODE]
Question
mtber
I am trying to get my VB6 application to interact with a webservice using MSSOAP. My problem occures when i have to change the URL of the webservice to HTTPS. It works fine when i use HTTP but once the application goes to the Production server it will need to be HTTPS. Below is the structure of my code and i notice that the problem occures when i go to pass my parameters to the webservice i get an error, I have also placed the text from the error below my code. Can anyone Help? Thanks.
Run-time error '-2147467259(80004005):
Attachment:Maximum retry on the connection exceeded. HRESULT=0x80004005: Unspecified error
-Client:An unanticipated error occured during the processing of this request. HRESULT=0x80004005: Unspecified error
-Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x80004005: Unspecified error
-Client:Unspecified client error. HRESULT=0x80004005: Unspecified
[/CODE]
Link to comment
https://www.neowin.net/forum/topic/1027446-using-mssoap-with-vb6-and-https/Share on other sites
3 answers to this question
Recommended Posts