5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Flash-db.com
Service Home: www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/upcLookup.wsdl
Inspect WSDL      View WSDL
Short Description: Lookup any product by UPC code. Works great for most common products.
Implementation: NuSoap
Quantity Price Setup Fee Setup Time Trial
unlimited free none instant no
This service allows you to enter a UPC code found on common products (most grocery store products). It then retrieves a description of that product, it's size/weight, and the manufacturer.

#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("http://<PathTo>../gateway.php"); 

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

// Set the params and call the service 
params = { 
    
username:'anything'
    
password:'anything'
    
upc:'037000369516' // sample UPC code


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


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

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