CorrigoService

Main controller Class and other abstract classes including core query classes

CorrigoService Class

All operations are invoked through this controller. Methods defined in this class define the capability of the API as a whole

public class CorrigoService : SoapHttpClientProtocol

The CorrigoService type exposes the following methods.

Methods

Name

Description

Execute

The Execute method executes a message that either represents a specialized method or specific business logic. It takes an instance of a CommandRequest base class message as input parameter and returns an instance of a CommandResponse base class message.

ExecuteMultiple

The ExecuteMultiple method executes a list of messages that either represents a specialized method or specific business logic. It takes a list of instances of a CommandRequest base class message as an input parameter and returns a list of instances of a CommandResponse base class message.

GetCompanyWsdkUrl

Get assigned URL for the company.

LogInCompany

Login into targeted site, return login results.

LogInStatus

Get current Login status for the session.

LogOut

Log Out of the session.

Retrieve

Retrieves an instance of an entity.

RetrieveMultiple

Uses a query expression to retrieve CorrigoNet entities.