XMPP gateway cfc as a web service?

2009-12-21 Thread Jon Sala
I've got an XMPP gateway instance set up and working nicely (I use it as a debugging tool to send my IM client variable values, etc.). I'd like to call this same CFC as a web service, from a different machine - is this possible? The http://server/xmppmsg.cfc?WSDL comes back OK, but I get the

Re: XMPP gateway cfc as a web service?

2009-12-21 Thread Jason Fisher
Do the methods have access=remote on them? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: XMPP gateway cfc as a web service?

2009-12-21 Thread Sean Corfield
On Mon, Dec 21, 2009 at 12:27 PM, Jon Sala rexha...@gmail.com wrote: I've got an XMPP gateway instance set up and working nicely (I use it as a debugging tool to send my IM client variable values, etc.). I'd like to call this same CFC as a web service, from a different machine - is this