Groups | Blog | Home
all groups > iis security > november 2004 >

iis security : SOAP Client error : ToolKit 3.0 .NET SOAP server


Richard
11/30/2004 12:49:01 PM

Operating System: Win 2003 Server
Soap Server: ASP.NET using WIndows Integrated Auth
CLient: VB 6.0 Using Soap Toolkit 3.0


Code:
'################ Begin

Set gSoapClient = New SoapClient30
Call gSoapClient.mssoapinit(LocalWSDLPath)
gSoapClient.ConnectorProperty("EndPointURL") =
"http://server-dev/SoapSvr.asmx?WSDL"
gSoapClient.ConnectorProperty("Timeout") = 300000
gSoapClient.ConnectorProperty("WinHTTPAuthScheme") = &H2
gSoapClient.GetLicense()

'################ End

The call to GetLicense() fails with the following error message:

"Host Not Found. HRESULT = 0x800A1521 An unanticipated error occured
during the processing of this reuest. HRESULT=0x800A1521"


The above code works fine if I replace the <servername> by
"localhost".

I can ping to the servername and get 100% replies back. I have gone
through almost all related postings on the microsoftnewsgroups. Most of them
ask to check the path to WSDL. In my case, I have the WSDL in an ASCII file
on the client itself and I just read it from there. I tried other way too, by
reading it from the server. If I feed in the WSDL URL, I can see it just fine.

Can anyone point me in the right direction here?

--
Richard Vosylius
Bernard
12/1/2004 12:21:49 PM
Errr. have you try change the servername to IP address and test ?

anyway, you are in the wrong group. try m.p.xml.soap.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

AddThis Social Bookmark Button