I am trying to convert some ASP code to ColdFusion and I hit this line:

"objSOAPServer.ProcessResponse Response"

I have the proper soap object, but I have no idea what to pass to this
method "ProcessResponse"... The best I could come up with was:

<cfset THIS.objSOAPServer.ProcessResponse( GetPageContext().GetResponse() )
/>

But this throws a COM error. 

Any suggestions? I am very very very new to SOAP, so be gentle.

.......................
Ben Nadel 
www.bennadel.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239598
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to