|
Celigo's SuiteTalkServiceManager and SuiteTalkServicePool components are essential building blocks for any .NET based NetSuite SuiteTalk Web Services project while allowing you
to leverage the full capabilities of your development
platform.
These components are available as free
downloads.
Version: 1.1.0.1
MD5: 097DA04CF24395C5CC4B1A90D816EDED
ServiceManager
The SuiteTalkServiceManager is a class that
provides a very useful interface to the operations supported by
NetSuite’s web services. This class is a great
starting point for any application that needs access to
NetSuite’s web services.
- All session management is seamlessly
handled under the covers—including logging in, session
validation, fail and retry attempts, and more.
- The service manager class is 100% thread
safe—instantiate one object and share it with as many threads
as needed.
- Built in support for batch processing is
also included—at instantiation, simply specify the desired
batch sizes for adds, updates, and deletes.
- Supports .NET 2.0 and the SuiteTalk WSDL
version 2008.1
ServicePool
The NetSuite class extends the functionality
of the SuiteTalkServiceManager class to provide the ability to submit
requests across multiple service managers. This class is very
useful for applications that need more than one NetSuite web services
session.
- Stateless requests can be made directly
against the pool.
- State-full requests can be made by first
requesting a NSSession instance—don’t forget to
dispose it when done.
Sample Code and Documentation
Details on how to use these interfaces and sample code snippets are available here.
Complete
API documentation of SuiteTalk ServiceManager for .NET is
available for download:

Click here to read the documentation online.
|