Tag Archives: SuiteTalk

NetSuite CRM Samples have been redone!

We’ve broken a tradition of modeling our .NET sample applications on the original CRM sample released by NetSuite. Celigo has two enhanced versions of this sample app available: one that was a basic port of the original with few additional features, and another which further enhances it with the integration of the free ServiceManager library. [...]

Read full story Comments { 0 }

Introducing Celigo’s ServiceManager library

It just works! There exists no better term to describe Celigo’s Service Manager. Webservices are a whole lot of fun. They let you focus on implementing a rich feature set in your application, and then extend it using a separate set of rich functionality that was developed and perfected elsewhere. But, life isn’t easy when [...]

Read full story Comments { 4 }

Viewing SOAP (for free)

When debugging a web services application, it is extremely important to be able to view the SOAP requests and responses being sent across the wire.  And, while there do exist some really cool commercial products out there to satisfy this need, like SOAPscope, there also exist some freebies that are more than capable of getting the job done.  I personally have [...]

Read full story Comments { 3 }