Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Invalid Class String - 0x800401F3 Error By calling Webservices URL
Old 05-17-2006, 03:10 AM Invalid Class String - 0x800401F3 Error By calling Webservices URL
Novice Talker

Posts: 5
Trades: 0
Hi all
well i m accessing webservices by using a asp code here is that asp code


<%
set toXML = server.CreateObject("MSXML2.DomDocument.3.0")
toXML.load("C:\Inetpub\wwwroot\CirenIP\ciddren1.xm l")
outXML = toXML.xml

'TEST Server

urladdress = "http://localhost/isafequoteengine/Qu...mx/QuoteEngine"
Set objHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
objHTTP.Open "POST", urladdress, false
objHTTP.SetRequestHeader "CONTENT-TYPE", "application/x-www-form-urlencoded"
objHTTP.Send("outXML="&outXML)
response.Write objHTTP.responsetext
%>


after calling this asp file i get this error message

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/cirenip/cirenip.asp, line 22



plz help me in this regards,

Atif Ahmed
atahmed is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-17-2006, 03:44 AM Re: Invalid Class String - 0x800401F3 Error By calling Webservices URL
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
and line 22 would be ??
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-17-2006, 08:03 AM Re: Invalid Class String - 0x800401F3 Error By calling Webservices URL
Novice Talker

Posts: 5
Trades: 0
line 22 could be

Set objHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
atahmed is offline
Reply With Quote
View Public Profile
 
Old 05-18-2006, 03:41 AM Re: Invalid Class String - 0x800401F3 Error By calling Webservices URL
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
then it could be that your server hasn't got V4.0 installed

try using
Code:
Server.CreateObject("MSXML2.ServerXMLHTTP")
instead
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-25-2006, 03:38 AM Re: Invalid Class String - 0x800401F3 Error By calling Webservices URL
Novice Talker

Posts: 5
Trades: 0
hi
thanks alot
it has worked but from where i can install version 4.0 (if requires)
take care
bbye
atahmed is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 03:53 AM Re: Invalid Class String - 0x800401F3 Error By calling Webservices URL
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
install server 2003
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Invalid Class String - 0x800401F3 Error By calling Webservices URL
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.69731 seconds with 12 queries