Understanding Configuration

The project contains the ZipCodeService process that provides city information about a ZIP code. HTTP is used for the transport. The project represents a simple HTTP-based service using SOAP.

The getCityDistance and getCityInfo operations are implemented in the ZipCodeService process.

The sample also includes a client process called ZipCodeClient.bwp, which invokes the ZipCodeService process.