Hi Mark,
Yes, the URL is intended to point to the soap processor. Unfortunately, I could not find any info on setting a “PreAuthentication” property for Microsoft’s SOAP Toolkit. I assume this would also be set through the “ConnectorProperty” mechanism. I did find a “WinHTTPAuthScheme” setting but this would be set after I initialize the soap client where I get the previous "download of the specified resource has failed" error. Maybe I am doing things backward…
Would you happen to have any sample code you could post that could shed some light and help me on my way? The code below is as far as I have gotten with the soap processor and it fails on the 3rd line when itializing it:
Dim soapClient as object = createobject(“MSSoap.SoapClient30”)
soapClient.ClientProperty(“ServerHTTPRequest”)=True
soapClient.mssoapinit(“[URL=“http://155.777.88.16:6666/soap/WERCS”][COLOR=#0000ff]http://155.777.88.16:6666/soap/WERCS[/color][/URL]”)
soapClient.ConnectorProperty(“AuthName”) = “user”
soapClient.ConnectorProperty(“AuthPassword”) = “pwd”
soapClient.ConnectorProperty(“WinHTTPAuthScheme”) = “1”
soapClient.send(sXML)
Thanks for you guidance.
-Chris-