I am having some issues with this.
Obvously Microsoft errors are incredibly helpful so it's showing me this...
Code:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/soap.asp, line 11
800401f3
This is my code....
Code:
Dim oSOAP
Dim objDOMDoc
Dim objNodeList
Dim objChildNodeList
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient")
oSOAP.ClientProperty("ServerHTTPRequest") = True
oSOAP.mssoapinit("http://www50.brinkster.com/vbfacileinpt/np.asmx?wsdl")
Set objDOMDoc = Server.CreateObject("Msxml2.DOMDocument.4.0")
objDOMDoc.loadXML(CStr(oSOAP.GetCustomerData))
I have installed Microsoft SOAP toolkit 3.0 and MSXML 4.0 but I don't really understand why I'm still getting an error.
Any ideas?
THIS ISSUE SEEMS TO HAVE RESOLVED ITSELF. THANKS ALL