5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Flash-db
Service Home: http://www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/blogReader2.wsdl
Inspect WSDL      View WSDL
Short Description: RSS 1.0 Blog Reader, V2
Implementation: nusoap
Quantity Price Setup Fee Setup Time Trial
reasonable free 0 instant no
RSS 1.0 Blog Reader. Returns an object containing url, title, and descriptions for entire RSS feed. The returned object in V2 is easier to work with in Flash, then with V1 of the blog reader.

#include "NetServices.as"
#include "NetDebug.as"

// create result handler for service.
serviceResult = new Object();
serviceResult.onResult = function(result){
    
trace(result)
}
serviceResult.onStatus = function(status){
    
trace(status);
}

// sets up the gateway connection.
var serverConn     NetServices.createGatewayConnection("<PathToGateway>gateway.php");

// sets up the service.
var service serverConn.getService("http://www.flash-db.com/services/ws/blogReader2.wsdl"serviceResult);

// Set the input params (try out the flash-db rss feed)
params = {
    
username:'any',
    
password:'any',
    
url:'http://www.flash-db.com/Public/Flash-db.xml'
    
}

// call method to invoke.
service.doBlogReader(params);


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->