examples/tutorials of using Runrev with XML/SOAP?

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
lbtony
Posts: 35
Joined: Tue Apr 11, 2006 9:01 am

examples/tutorials of using Runrev with XML/SOAP?

Post by lbtony » Mon Jun 19, 2006 1:56 pm

Any links or books???

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Wed Jun 21, 2006 4:44 am

The 'Resources & Support' section of the runrev.com website probably has what you are looking for:

- For more information on Rev and XML, go to:
http://support.runrev.com/resources/xml.php

- The SOAP libraryand a bunch of other example stacks is available at:
http://support.runrev.com/resources/unsupported.php

Hope this helped,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

gpearson
Posts: 84
Joined: Wed Feb 03, 2010 12:55 pm

Re: examples/tutorials of using Runrev with XML/SOAP?

Post by gpearson » Fri Feb 12, 2010 2:57 am

I just tried to click on the links which resulted in a 404 Page. I am new to revolution and am trying to learn it as I port one of my Adobe Air applications over to runtime. All of my web services are powered by Coldfusion and return structures and xml packets. Any Good References.
---
Graham Pearson
Goshen, IN USA

We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: examples/tutorials of using Runrev with XML/SOAP?

Post by paul_gr » Fri Feb 12, 2010 3:25 am

Here's one link that works:

http://lessons.runrev.com/spaces/lesson ... n-XML-file

Also see

http://www.runrev.com/newsletter/july/i ... etter1.php

Down towards the bottom of the page there is a reference to converting an XML document to a Rev array, processing it then converting the array back to XML. There's an attached stack you might find useful...

You can also search the Use-Revolution list for XML related posts:
http://www.mail-archive.com/search?l=us ... .com&q=xml

The 404's are a nuisance -- looks like RunRev has done a site shuffle.

Paul

gpearson
Posts: 84
Joined: Wed Feb 03, 2010 12:55 pm

Re: examples/tutorials of using Runrev with XML/SOAP?

Post by gpearson » Tue Feb 16, 2010 4:39 pm

As I am having issues understanding how to make my stack send/receive a packet back from a web server service. If I can grasp this then I can create a document to help others on doing this. I have been and still will search the various user forums and internet resources and continuing to make notes on my progress.

While I am trying to learn this I am thinking of creating a stack that will point to the web service of http://www.webservicex.net/stockquote.asmx?WSDL which has one method called GetQuote. The stack would have a text input box and a button that when called, it would pass necesssary information to the web service and would then display the information in other text boxes.

Anyone want to help an educator who is trying to learn by trial and error so I can teach our next generation of students to become great software developers.

http://www.webservicex.net/WS/WSDetails ... D=2&WSID=9

Updated: I am struggling with this and willing to transfer some cold hard cash for a working example of how to perform this. Anyone up to this task so that I can learn from your work.,
---
Graham Pearson
Goshen, IN USA

We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com

Post Reply