I have installed the toolkit and the samples and followed all the
instructions on registering the dll's and creating the virtual directories.
Any ideas?
Error Type:Client (0x80020009)
WSDLReader:Loading of the WSDL file failed
HRESULT=0x80070057 - WSDLReader:XML Parser failed at
linenumber 0, lineposition 0, reason is: Access is denied.
HRESULT=0x80070005
I can access the URL for the WSDL directly from my browser. I am trying the
.../mssoapsamples/calc/service/rpc/aspvbsvb/calc.wsdl sample.
It fails at the mssoapinit line of code.
Thanks in advance
Steven Lawrence
Unforunately not a solution but a comparable problem also failing on the
mssoapinit.
I'm alos a newbie to MSSOAP and I would like to start working with it from a
VB application, using the WDSL files.
Next section copied from the debug window.
?SoapClient.faultstring
WSDLReader: XML Parser failed at linenumber 0, lineposition 0, reason is:
The operation was timed out.
?err.Description
WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 -
WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: The
download of the specified resource has failed.
HRESULT=0x1 - WSDLReader:Loading of the WSDL file failed
HRESULT=0x80070057 - WSDLReader:XML Parser failed at linenumber 0,
lineposition 0, reason is: The operation was timed out.
HRESULT=0x1
"Steven Lawrence" <ste...@metagenerics.co.za> wrote in message
news:#ecLttvtAHA.1472@tkmsftngp03...
I had the same problem with the ASP samples. You need to run Proxycfg.exe
(yes; even if you do not use a Proxy) that you can download from the
following location:
http://msdn.microsoft.com/code/sample.asp?url=/msdn-files/027/001/468/msdnco
mpositedoc.xml
Stop and restart IIS after you ran Proxycfg.
Read the following KB article for more info:
INFO: Proxy Configuration Utility Must Be Run for ServerXMLHTTP to Work
http://support.microsoft.com/support/kb/articles/Q289/4/81.ASP
Regards
Ivan
It does work now.
Steven
"Ivan Bester" <ibester.@cyberserv.co.za> wrote in message
news:OpCmElIuAHA.1924@tkmsftngp03...