Sorry, this may be a little off topic as it has some ASP questions in it

I have been writing a few web services with CF, but when I try to consume
them using .net, I get an error. I am using MSSOAP, and here is how I am
trying to consume it:

<%
Dim oSOAP
    oSOAP = Server.CreateObject("MSSOAP.SoapClient")
    oSOAP.ClientProperty("ServerHTTPRequest") = True

oSOAP.mssoapinit("http://www.tinetics.com/webservices/securitylevel.cfc?WSDL
")
%>

Also, the example is here:

http://www.tinetics.com/temp/test.aspx

and I have turned on debugging.

Basically, I am not understanding why I am having these errors when trying
to consume a CF web service, but works fine when working with .net services.
Is CF not compatable?

Thanks!
Robert Bailey
Famous for nothing


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to