CAA Web Services Home

 

Consuming the SORWebServicesImpl CAA Web Service

Generating a Shop Order Instance (SOI) with the SORWebServicesImpl CAA Web service
Use Case

Abstract

This article describes how to use the various services provided by DNBSORWebServices in Shop Order Release product. The technology used in this use case is based on Microsoft C#.


What You Will Learn With This Use Case

This use case is intended to help you make your first steps in developing the client application to consume the various operations of DNBSORWebServices like Generation of Shop Order Instance (SOI), Get the list of Jobs that produces the given product, Update & Retrieve the Release table status. More specifically, you will learn:

This Use case explains the sample client program available in CAASORWS.edu\DNBSORWSCreateSOI.mj\src\IDNBSORWebServicesClient.cs.

[Top]

The DNBSORWebService Use Case

What Does DNBSORWebService Do

DNBSORWebServices basically provides five types of operations:

The following topics show you how to send the input details from a C# client to the web services.

Step-by-Step

Developing Client Application to consume the web service

Prerequisites:Before you start your web service client project, you MUST have generated the client proxy for the web service.

Setting Up a New Visual Studio Project Open Visual Studio 2005 (Start/All Programs/Microsoft Visual Studio 2005/Microsoft Visual Studio 2005)

Visual Studio initializes a new class that will be your client main.