Error in VB6 with SOAP and HTTPS web service

1

Please, your support in this matter. I have a client app in VB6, Soap Toolkit 3.0 and a .Net 4.0 web service implemented with HTTPS.

Private oWS As SoapClient30 
Set oWS = New SoapClient30 
oWS.MSSoapInit2 "https://serv01/ws_my/wsservice.asmx?wsdl", "", "wsservice.asmx", "wsservicesoap", "http://tempuri.org"

This method MSSoapInit2 receives: WSDL, WSML, ServiceName, Port, Namespace.

Launches the following error:

  

WSDLReader: XML Parser failed at linenumber 0, lineposition 0, reason   is: System error: -2146697191 HRESULT = 0x1: Incorrect function.   -WSDLReader: Loading of the WSDL file falied HRESULT = 0x80070057: The parameter is incorrect.   -Client: One of the parameters supplied is invalid. HRESULT = 0x80070057: The parameter is incorrect.

Thank you for your attention and support.

    
asked by JoseLian 21.03.2018 в 01:05
source

0 answers