Clicky

BlueBridge One - On-Demand Business Software
Free Netsuite Trial
Home  |   Software & Solutions  |   Services & Support  |   SuiteExtenders  |   Customers  |   Resources  |   News  |   Blog  |   Contact  |  
  NetSuite Customers: Login | System Status  
Services & Support
Implementation
Webstore Auto Customer Register
Webstore Postcode Lookup
Google Geomap Reporting
Webstore GeoTargeter IP Address
NetSuite Web Store Overview
Data Migration
Customisation
Integration
Support
Training

SimpleXML Integration

 

Eliminate the need to write complex web services integration code. The SimpleXML SuiteExtender makes it really easy to create system-to-system interfaces to your NetSuite account without complex web services coding.  The interface can access any data that is available to NetSuite's SuiteScript engine.

Edition Supported: All except NetSuite Small Business
Countries Supported: All
Support & Maintenance: Included
Authored by: BlueBridge One
Current Version: 1.5
Required External Service/Software: None
Price: Annual Licence Fee per NetSuite site (Account Number). $400.00 (Ex VAT)
 
add to cart
More_Info
FAQs
   
Features:
  • Creates web-services integration using XML only.
  • Access any data available to the NetSuite SuiteScript engine.
  • Supports the following data operations - create, search, load, update, delete and authenticate.
  • Secure data transport using shared authentication.
  • Status logs generate success or failure notifications.
Benefits:
  • Simplifies integration coding
  • Significantly reduces the time and effort required to integrate a third party application to NetSuite.
  • Dramatically reduced learning curve compared to web services.

Description:

BlueBridge One's SimpleXML SuiteExtender is a NetSuite bundle that provides an easy to use XML interface to your NetSuite data. The interface can access any data that is available to NetSuite's SuiteScript engine.  The following data operations are supported:

create – create a new record
search – search for existing records
load – load and return an existing record
update – update an existing record
transform - transform between record types
delete – delete an existing record
authenticate – authenticate a user login

Transport

Requests are sent to NetSuite using a secure HTTP POST operation (https) to the external URL of a NetSuite suitelet which will implement the interface. The body of the POST  contains an XML document describing the operation to be executed.  The POST returns an XML document containing status information on the success or failure of the operation along with any data returned by the operation.

API Security

The API will be secured by including a shared authentication key within the XML document.  This key is matched to a key value held within NetSuite.  Operations will only be performed when the key values match exactly, otherwise an error will be returned.

XML

The SuiteExtender implements a very simple XML document structure to send requests to and receive responses from NetSuite.  The format has been deliberately designed to be human-readable and codeable.  Detailed documentation and examples are provided. Where needed we can assist with the coding of required XML requests to achieve your needs (billable separately).

If you've purchased SimpleXML Integration to read documentation on this SuiteExtender.