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

NameDescription
ExecuteThe 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.
ExecuteMultipleThe 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.
GetCompanyWsdkUrlGet assigned URL for the company.
LogInCompanyLogin into targeted site, return login results.
LogInStatusGet current Login status for the session.
LogOutLog Out of the session.
RetrieveRetrieves an instance of an entity.
RetrieveMultipleUses a query expression to retrieve CorrigoNet entities.