> mainly cuz i did not know what i was doing and i read some old cf6 advice.  I 
> was able
> to get it to work fine with creating cfc and invoking from another page.  
> What is not
> working is if i use cfhttp with httpparam type=xml.  it returns a "must end a 
> meta tag"
> error.  when i dump the raw data it looks like it is asking for some sort of 
> authenication
> and i do not know where this comes from.  any thoughts?

CFC webservices use SOAP, so you typically don't want to use CFHTTP to
invoke them. Just use CFINVOKE with the WEBSERVICE attribute.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or on

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332343
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to