XML-RPC

2010-01-08 Thread David Mineer
Does anyone have up to date information on connecting to a XMLRPC webservice. I am trying to connect to the www.infusionsoft.com web service and that is what they provide. I did find some info on xmlrpc.cfc, but it does seem very old, but it might still work, although I am a little confused as

RE: XML-RPC

2010-01-08 Thread Justin Scott
Does anyone have up to date information on connecting to a XMLRPC webservice. I am trying to connect to the www.infusionsoft.com web service and that is what they provide. Hi David, check this out: http://dougharrison.info/66/infusionsoft-coldfusion-sdk I had to integrate an application

Re: XML-RPC

2010-01-08 Thread David Mineer
Thanks Justin. I did talk to them after I posted and I will be buying that on Monday morning. He gave me a demo and showed me some of the code and it would take me weeks, at least, to recreate that stuff if I even understood it in the first place. Good to hear that it is as easy and powerful

Re: Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-07-02 Thread Cameron Johnson
Do you always know how many children will be returned for a specific node? If not you want to check this out. It will loop over children and you can work specifically with those items. http://www.bennadel.com/blog/1039-Ask-Ben-Iterating-Over-A-ColdFusion-XML-Document.htm Yes, but the number is

Re: Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-07-01 Thread Dave Watts
I'm retrieving an XML packet from an API that uses the XML-RPC standard (http://www.xmlrpc.com/spec). First, have you looked at this? http://support.journurl.com/users/admin/index.cfm?mode=articleentry=362 When I connect to the Login method of this API, I need to pull the session ID out

Re: Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-07-01 Thread Cameron Johnson
Thank you, Dave. First, have you looked at this? http://support.journurl.com/users/admin/index.cfm?mode=articleentry=362 Great! I was searching for a component like that, and I never came across this one; just the two old ones that the author references. xmldoc child

Re: Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-07-01 Thread Casey Dougall
On Wed, Jul 1, 2009 at 12:23 PM, Cameron Johnson john...@nais.org wrote: I see. Going by the names of the nodes makes sense, and it's easier to read/manage. In that case, I've got this: cfset local.loginResponseSID =

Re: Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-07-01 Thread Dave Watts
I see. Going by the names of the nodes makes sense, and it's easier to read/manage. In that case, I've got this: cfset local.loginResponseSID = local.requestXMLObject.methodResponse.params.param.value.struct.member .value.string.xmlText / Is that the simplest/cleanest that this is going

Cleaner way to retrieve a value from an XML node (XML-RPC)

2009-06-30 Thread Cameron Johnson
Hi, folks. I'm retrieving an XML packet from an API that uses the XML-RPC standard (http://www.xmlrpc.com/spec). When I connect to the Login method of this API, I need to pull the session ID out of the packet. I can do that long-hand with this: cfset local.loginResponseSID

RE: XML-RPC with CF8?

2008-09-18 Thread Che Vilnonis
+1 to this CFC. Just used it to consume the Oodle.com classifieds API. ~Che -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 12:21 AM To: CF-Talk Subject: Re: XML-RPC with CF8? I actually just got done doing a project that consumed an XML

XML-RPC with CF8?

2008-09-17 Thread Jim McAtee
I've found some web references to consuming XMP-RPC using CF8's built-in funcitonality, but no examples. I took it to mean that it may be possible to use cfinvoke to consume XML-RPC data, but I'm not really sure if I'm on the right track. cfinvoke webservice=http://xml.a.com

RE: XML-RPC with CF8?

2008-09-17 Thread Dave Watts
I've found some web references to consuming XMP-RPC using CF8's built-in funcitonality, but no examples. I took it to mean that it may be possible to use cfinvoke to consume XML-RPC data, but I'm not really sure if I'm on the right track. cfinvoke webservice=http://xml.a.com

Re: XML-RPC with CF8?

2008-09-17 Thread Brad Wood
I actually just got done doing a project that consumed an XML-RPC web service. There is a CFC Roger Benningfield wrote that will translate xml-rpc xml to ColdFusion vars and back again. There is a link in the comments of my blog here: http://www.codersrevolution.com/index.cfm/2008/8/30/XMLRPC

RE: Looking for an xml-rpc client

2007-07-13 Thread Bosky, Dave
Hi Dan, I was looking for a simple client to access a few methods and post some information to an xml-rpc server. I'm not interested in weblog software, I couldn't find much on your site, perhaps you could direct me in the right location. Thanks Again. Dave -Original Message- From: Dan

Looking for an xml-rpc client

2007-07-11 Thread Bosky, Dave
I was looking for a Cold Fusion based xml-rpc client. I'm currently using a php version and would like to convert over to Cold Fusion. Any recommendations for a xml-rpc client? Thanks, Dave Bosky | Information Services | HTC | direct: 843-369-8613 | fax: 843-369-7178 | [EMAIL PROTECTED

Re: Looking for an xml-rpc client

2007-07-11 Thread Dan Vega
Dave, Are you looking for weblog software that is xml-rpc compitable? If so BlogCFC is a great choice www.blogcfc.com. If you are looking for clients to create posts in using xml-rpc I have some good examples on my website and can be found at the link below. http://www.danvega.org/blog/ On 7

Re: BlogCFC XML-RPC

2005-10-25 Thread John Beynon
I did write one using Roger Beningfields (I think) XML-RPC CFC ages ago which allowed me to post to BlogCFC from Newscrawler...not sure where i put it though, I'll take a look john. On 10/24/05, Kay Smoljak [EMAIL PROTECTED] wrote: I'm in love with Wordpress, and am looking to revamp my CF blog

BlogCFC XML-RPC

2005-10-24 Thread Kay Smoljak
tell it doesn't support an XML-RPC API that would allow me to use an offline blogging client, right? Is there a CF interface available (I'm sure there is) and is it possible to retrofit it to BlogCFC? Are there any CF blog engines out there that do support XML-RPC? Thanks! -- Kay Smoljak http

The XML-RPC service is not available.

2004-01-02 Thread Brett Lewinski
Hello- I am new to CF and I am getting this random error when I try to invoke a web service. The XML-RPC service is not available. This exception is usually caused by service startup failure. Please check your server configuration. We used to be able to invoke a web service from the box but all

Re: CFMX and XML-RPC

2002-11-07 Thread Roger
=#mycontent# I'm calling this template from the XML-RPC Debugger at http://www.dscpl.com.au/xmlrpc-debugger.php , as well assorted XML-RPC desktop applets. But no matter how I call it, no matter what server I place it on, the result is always the same... all the request headers are as they should

Re: CFMX and XML-RPC

2002-11-07 Thread Roger
On Fri, 08 Nov 2002 01:47:12 -0600, in cf-talk you wrote: Thanks... unfortunately, this is apparently a code-related problem... Hm... I apparently wasn't giving myself enough credit. The example code works fine on CF5, so it's a CFMX-specific issue. Guess I'll go see if it's a known bug or

CFMX and XML-RPC

2002-11-06 Thread Roger
I've been playing around with processing XML-RPC requests, and I've apparently found a personal blind spot. I've had numerous validators and apps send requests to a CFML template, I've CFDUMP'd the GetHTTPRequestData() struct, and I can't seem to find the XML-RPC payload in there anywhere

Re: CFMX and XML-RPC

2002-11-06 Thread jon hall
:40 PM, you wrote: R I've been playing around with processing XML-RPC requests, and I've R apparently found a personal blind spot. R I've had numerous validators and apps send requests to a CFML R template, I've CFDUMP'd the GetHTTPRequestData() struct, and I can't R seem to find the XML-RPC payload

RE: CFMX and XML-RPC

2002-11-06 Thread Stacy Young
There's also sniff'em which is quite good! Stace -Original Message- From: jon hall [mailto:jonhall;ozline.net] Sent: Wednesday, November 06, 2002 2:32 PM To: CF-Talk Subject: Re: CFMX and XML-RPC You might want to try this program if you are on windows...it will sniff http packets

RE: The XML-RPC service is not available.

2002-06-06 Thread Kumaran Nallore
Couple of questions: Can you invoke the CFC locally? Are the functions in the CFC accessible remotely? -kumaran -Original Message- From: Craig Fisher [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:11 AM To: CF-Talk Subject: The XML-RPC service is not available. I

RE: The XML-RPC service is not available.

2002-06-06 Thread Dave Watts
I was playing around with Web services in the CFMX final release and hit a snag. (FWIW its worth I am running on Win 2K and not having any other problems.) The long and short is that when I try to consume web services I am getting the following error message: The XML-RPC service

RE: The XML-RPC service is not available.

2002-06-06 Thread Spike Washburn
You should also look for startup error messages in the logs as they may give an indication as to why the XML-RPC service failed to start. Log dirs: cfusionmx/logs cfusionmx/runtime/logs -Spike -Original Message- From: Kumaran Nallore [mailto:[EMAIL PROTECTED]] Sent: Thursday, June

The XML-RPC service is not available.

2002-06-05 Thread Craig Fisher
I was playing around with Web services in the CFMX final release and hit a snag. (FWIW its worth I am running on Win 2K and not having any other problems.) The long and short is that when I try to consume web services I am getting the following error message: The XML-RPC service

RE: The XML-RPC service is not available.

2002-06-05 Thread Peter Tilbrook
Could this mean more 80Mb+ patches from Allaire/MM? -Original Message- From: Craig Fisher [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 June 2002 2:11 PM To: CF-Talk Subject: The XML-RPC service is not available. I was playing around with Web services in the CFMX final release and hit

RE: CF XML-RPC

2001-07-12 Thread DeVoil, Nick
OK, it's not on the web, but the new Wrox book Professional ColdFusion 5.0 has details on how to use SOAP with CF. Also (still not on the web) O'Reilly have a book on XML-RPC. But if it's SOAP you want, then why not go straight with SOAP? Nick -Original Message- From: Michael S

Re: CF XML-RPC

2001-07-12 Thread Michael S. Kimmett
solution that I have seen that works. I can not go to CF5.0. The client wants us to stay with 4.5. Any other suggestions out there? --Michael - Original Message - From: DeVoil, Nick [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 3:28 AM Subject: RE: CF XML-RPC

RE: CF XML-RPC

2001-07-12 Thread John Lucas
And I think the best pricing I've seen so far is at www.bookpool.com John Lucas [EMAIL PROTECTED] -Original Message- From: DeVoil, Nick [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 3:29 AM To: CF-Talk Subject: RE: CF XML-RPC OK, it's not on the web, but the new Wrox book

RE: CF XML-RPC

2001-07-12 Thread DeVoil, Nick
, July 12, 2001 2:02 PM To: CF-Talk Subject: Re: CF XML-RPC All of the examples that I have seen on the web (Note: I have not seen one CF example yet) use a RPC call to a proxy server. The proxy server then translates the XML that I sent to the proxy server into the SOAP message. I know

Re: CF XML-RPC

2001-07-12 Thread Michael S. Kimmett
Nick, Thanks. I will go to the bookstore and take a look. I appreciate your help. --Michael - Original Message - From: DeVoil, Nick [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 8:43 AM Subject: RE: CF XML-RPC Michael The SOAP example in the book

CF XML-RPC

2001-07-11 Thread Michael S. Kimmett
I am trying to learn how to make XML-RPC calls in Coldfusion. Is there anywhere on the web that I can l look at example code to learn how to make a XML-RPC call in Coldfusion. I want to use this as a base of knowledge to make a Coldfusion RPC call to a SOAP server. Thanks in advance