5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: xmethods.net
Service Home: http://www.xmethods.net
Service WSDL URL: http://www.xmethods.net/sd/2001/BNQuoteService.wsdl
Inspect WSDL      View WSDL
Short Description: Barnes and Noble price quote. Returns price of a book at BN.com given an ISBN number
Implementation: Apache Soap
Quantity Price Setup Fee Setup Time Trial
0 Free Free Instant No
Barnes and Noble price quote. Returns price of a book at BN.com given an ISBN number
Client Name Publisher fVersion Toolkit Added On
Flash Client for Barnes and Noble (Tutorial) DevMX.com MX NuSoap (PHP) 2002-12-05

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

// create result handler for results and error messages.
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.xmethods.net/sd/2001/BNQuoteService.wsdl"serviceResult);

// Set the params and call the service
// find an isbn to use as the parameter.
params = {
    
isbn:'0-201-72787-0'    
}

// calls the getPrice method.
service.getPrice(params);

// will return a price of 19.99 for "PHP, for the world wide web" if successful


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

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