Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-23-2009, 02:40 PM   PM User | #1
brazenskies
Regular Coder

 
Join Date: May 2008
Location: Oxford, UK
Posts: 422
Thanks: 14
Thanked 27 Times in 27 Posts
brazenskies is on a distinguished road
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient")

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

Last edited by brazenskies; 06-23-2009 at 03:24 PM..
brazenskies is offline   Reply With Quote
Old 06-23-2009, 08:49 PM   PM User | #2
brazenskies
Regular Coder

 
Join Date: May 2008
Location: Oxford, UK
Posts: 422
Thanks: 14
Thanked 27 Times in 27 Posts
brazenskies is on a distinguished road
I figured out what happened if anyone's interested.

I had installed MSSOAP30.DLL so I changed...

Code:
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient")
to...

Code:
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
brazenskies is offline   Reply With Quote
Old 02-16-2012, 09:08 AM   PM User | #3
termmy
New to the CF scene

 
Join Date: Feb 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
termmy is an unknown quantity at this point
Thank you so much. you are my hero.
termmy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:29 AM.


Advertisement
Log in to turn off these ads.