Xojo Conferences
XDC | May | 2019 | Miami | USA |
XML-RPC via RB? (Real Studio network user group Mailinglist archive)
Back to the thread list
Previous thread: Issue with creating a proxy
Next thread: OT: .Net web application on SPARC?
XML-RPC via RB? |
Date: 29.04.09 17:08 (Wed, 29 Apr 2009 09:08:40 -0700 (PDT)) |
From: wagnerj proaxis.com |
Greets NUG -
I have ah application need to retrieve and parse XML data from a web server (A Cisco router running debian linux) that is directly connected via ethernet to the host computer. The data is streaming from a network of wireless sensors. It is provided using "XML-RPC" protocol (http://www.xmlrpc.com/). From the site home page, transport layer appears to be http. Does anyone have experience with this beastie? >From the list of tutorials on the site, it appears that XML-RPC queries can be made using AppleScript. But, I am looking for something that can be implemented in a clean RB xplat app, without huge block of code that are OS-dependent. Many of the referenced tutorial listed on the site are also now dead links. Many thanks, Jim Wagner Department of Biological & Ecological Engineering Oregon State University [my other hat] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
Re: XML-RPC via RB? |
Date: 29.04.09 17:12 (Wed, 29 Apr 2009 12:12:10 -0400) |
From: Thom McGrath |
Here's everything you need:
<http://www.thezaz.com/opensource/realbasic/xml/rpc/client/> |
Re: XML-RPC via RB? |
Date: 29.04.09 17:29 (Wed, 29 Apr 2009 09:29:18 -0700 (PDT)) |
From: wagnerj proaxis.com |
Wow!
This is clearly going to take some time and effort to digest (not unexpected). Many thanks!!!! Jim > Here's everything you need: > > <http://www.thezaz.com/opensource/realbasic/xml/rpc/client/> > -- > Thom McGrath > IT Developer > REAL Software, Inc. > <http://www.realsoftware.com/> > On Apr 29, 2009, at 12:08 PM, <email address removed> wrote: > >> I have ah application need to retrieve and parse XML data from a web >> server (A Cisco router running debian linux) that is directly >> connected >> via ethernet to the host computer. The data is streaming from a >> network of >> wireless sensors. It is provided using "XML-RPC" protocol >> (http://www.xmlrpc.com/). From the site home page, transport layer >> appears >> to be http. > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
Re: XML-RPC via RB? |
Date: 29.04.09 17:33 (Wed, 29 Apr 2009 12:33:57 -0400) |
From: Thom McGrath |
Feel free to e-mail me off-list with any questions, it can be a little
complicated. |
Re: XML-RPC via RB? |
Date: 30.04.09 17:02 (Thu, 30 Apr 2009 09:02:37 -0700 (PDT)) |
From: wagnerj proaxis.com |
Tom -
How can I reach you with some questions about xml-rpc? Thanks Jim Wagner > Wow! > > This is clearly going to take some time and effort to digest (not > unexpected). > > Many thanks!!!! > > Jim > >> Here's everything you need: >> >> <http://www.thezaz.com/opensource/realbasic/xml/rpc/client/> >> >> -- >> Thom McGrath >> IT Developer >> REAL Software, Inc. >> <http://www.realsoftware.com/> >> >> On Apr 29, 2009, at 12:08 PM, <email address removed> wrote: >> >>> I have ah application need to retrieve and parse XML data from a web >>> server (A Cisco router running debian linux) that is directly >>> connected >>> via ethernet to the host computer. The data is streaming from a >>> network of >>> wireless sensors. It is provided using "XML-RPC" protocol >>> (http://www.xmlrpc.com/). From the site home page, transport layer >>> appears >>> to be http. >> >> _______________________________________________ >> Unsubscribe or switch delivery mode: >> <http://www.realsoftware.com/support/listmanager/> >> >> Search the archives: >> <http://support.realsoftware.com/listarchives/lists.html> >> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
Re: XML-RPC via RB? |
Date: 30.04.09 17:15 (Thu, 30 Apr 2009 12:15:52 -0400) |
From: Thom McGrath |
I sent you a reply a few minutes ago to answer your questions. I know
my domain is down at the moment (not sure how e-mail is affected), so if you're having trouble reaching me at the address in the read me, you can simply use this one. |
Re: XML-RPC via RB? |
Date: 30.04.09 17:29 (Thu, 30 Apr 2009 09:29:28 -0700 (PDT)) |
From: wagnerj proaxis.com |
Thanks!
Jim > I sent you a reply a few minutes ago to answer your questions. I know > my domain is down at the moment (not sure how e-mail is affected), so > if you're having trouble reaching me at the address in the read me, > you can simply use this one. > > -- > Thom McGrath > IT Developer > REAL Software, Inc. > <http://www.realsoftware.com/> > On Apr 30, 2009, at 12:02 PM, <email address removed> wrote: > >> Tom - >> >> How can I reach you with some questions about xml-rpc? >> >> Thanks >> Jim Wagner > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |