Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Dave Watts
] [PROTOCOL] For example, when your browser requests the page http://training.figleaf.com/courses/acfd9.cfm, the first line of its request will look like this: GET /courses/acfd9.cfm HTTP/1.1 In your case, you want to send an XMLRPC request, so you have to POST to http://yourserver.com/XMLRPC. I

Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Donnie Carvajal
URL FROM SERVER ROOT] [PROTOCOL] For example, when your browser requests the page http://training.figleaf.com/courses/acfd9.cfm, the first line of its request will look like this: GET /courses/acfd9.cfm HTTP/1.1 In your case, you want to send an XMLRPC request, so you have to POST

Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Donnie Carvajal
Hi Dave, Thanks for the response. I did add the /XMLRPC to the url in cfhttp and that did the trick. Donnie Carvajal Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service

XMLRPC Request with CFHTTP

2014-10-14 Thread Donnie Carvajal
I'm having an issue with a XMLRPC webservice using CFHTTP. I am getting text/html responses instead of xml. A successful non-CFHTTP request's raw header are sends as POST /XMLRPC HTTP/1.0. The CFHTTP request's header sends as POST / HTTP/1.1. I believe the issue is the missing /XMLRPC

Re: XMLRPC Request with CFHTTP

2014-10-14 Thread John M Bliss
Helpful...? http://www.houseoffusion.com/groups/xml/thread.cfm/threadid:108 On Tue, Oct 14, 2014 at 4:08 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: I'm having an issue with a XMLRPC webservice using CFHTTP. I am getting text/html responses instead of xml. A successful non

Re: XMLRPC Request with CFHTTP

2014-10-14 Thread Donnie Carvajal
Hi John, Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service interpreting my request and processing the XML. I believe the issue is in the header that CFHTTP creates. Donnie Carvajal

Re: XMLRPC Inquiry

2008-04-04 Thread Tom Chiverton
On Friday 04 Apr 2008, Graham Pearson wrote: I have all of the information but can not figure out how to create the request to pass on to the XMLRPC Service CFHTTP -- Tom Chiverton Helping to dramatically harness transparent systems on: http://thefalken.livejournal.com

XMLRPC Inquiry

2008-04-03 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In my latest Coldfusion Application for Educational Entities, I have a need to include an XMLRPC Service as soon as a user has logged in. This XMLRPC Service is used for a One Time Password Authentication Server that I am trying to evaluate to see

metaWeblog.getCategories xmlrpc result anyone?

2004-08-10 Thread John Beynon
can anyone post the a demo resultant XML of the metaweblog.getcategories method call, thanks, jb. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: xmlrpc

2004-06-17 Thread Craig Dudley
A little, I was getting several odd error messages from the xmlrpc server, websphere in this case. Things like, invalid.session. The guys running that system could only tell me that in their logs it said, invalid method name I was getting the same error by using xmlrpc.cfc, creating

xmlrpc

2004-06-16 Thread Craig Dudley
Just though I'd share this, someone will no doubt find it useful and a time saver. I've been having major issues accessing xmlrpc web services over the last few days, I tried using cfhttp to post xml as per spec, I tried a cfc I found here http://mxblogspace.journurl.com/index.cfm?fa=rdm=763

Re: xmlrpc

2004-06-16 Thread Roger Benningfield
...the service would simply not like the method name for some bizarre reason. Craig, Can you elaborate on simply not like the method name for me? -- Roger Benningfield http://journurl.com/ http://admin.support.journurl.com/ [Todays Threads] [This Message] [Subscription] [Fast