Introduction to eBusiness Web Services

eBusiness Web Services is a SOAP based programming interface that provides read, create, update, and delete functionality for the Sage 100 sales order, customer, and customer contact entities. eBusiness Web Services is built using Windows Communication Foundation and runs in Internet Information Services (IIS).

The services can be consumed by any development environment that supports SOAP, WSDL, and HTTPS. There is no specific language or operating system requirement for client applications written to consume eBusiness Web Services.

Some popular environments that can consume the services are:

  • Visual Studio .NET 2008 or later using C# or VB.NET

  • NetBeans IDE 6.5 or later using Java with JAX-WS

  • PHP using the built-in SoapClient class

eBusiness Web Services is ideal for applications that run across the Internet, such as ecommerce solutions. The services are used with the HTTPS protocol. This provides a secure and reliable method of communication.

Note: This manual is written for the experienced Microsoft Internet Information Services (IIS) Administrator. Knowledge of this area is required.