Skip to main content
Participant
December 23, 2008
Question

cfinvoke with xml-rpc

  • December 23, 2008
  • 2 replies
  • 646 views
Can you use cfinvoke with XML-RPC arguments or is it just for SOAP methods?

Does anyone have an example of passing XML-RPC?
This topic has been closed for replies.

2 replies

Inspiring
December 29, 2008
Inspiring
December 29, 2008
carYang wrote:
> Can you use cfinvoke with XML-RPC arguments or is it just for SOAP methods?
>
> Does anyone have an example of passing XML-RPC?

http://www.fusionteam.co.uk/blog/2008/02/19/xml-rpc-using-coldfusion-and-microsoftxmlhttp-com-object/

But you can also do it with CFHTTP.

--
Mack
carYangAuthor
Participant
December 29, 2008
Since it is easier with cfhttp, can you provide that solution also?