WSDLReader:XML Parser failed at linenumber 0, reason is :The system cannot
locate the resource specified.
HRESULT=0X1:Incorrect function
- WSDLReader:Loading of the WSDL file failed
HRESULT=0X80070057: The parameter is incorrect.
- Client:One of the parameters supplied is invalid.
HRESULT=0X80070057: The parameter is incorrect.
This really sounds mystery while it only happened on a few machines..but not
ALL, majority machines are working fine.
My code that used to connect web service in Excel VBA are like this:
Private Sub Class_Initialize()
Dim str_WSML As String
str_WSML = ""
Set sc_eSFExcel1 = New SoapClient30
sc_eSFExcel1.MSSoapInit2 c_WSDL_URL, str_WSML, c_SERVICE, c_PORT,
c_SERVICE_NAMESPACE
sc_eSFExcel1.ConnectorProperty("ProxyServer") = "<CURRENT_USER>"
sc_eSFExcel1.ConnectorProperty("EnableAutoProxy") = True
End Sub
Can anybody help on this? Million Thanks.
Best Regards,
Kien
I am facing similer problem. Have you find the solution to this?
cv
--
cvamin
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------