Artix .Net

Bus.Services Namespace

Namespace hierarchy

Classes

Class Description
endpointListResponseEndpoint  
KerberosFilter A custom output filter inheriting from Microsoft.Web.Services2.SoapOutputFilter. It overrides ProcessMessage, which creates a Kerbors token header and adds it to the SOAP message header.
Locator Deprecated Locator class which extends base LocatorService class and adds utility constructors. Use ServiceLocator class instead.
LocatorService  
Reference  
ReferenceHelper Helper class for extracting soap addresses from Artix WS References and WSDL Documents (ServiceDescription instances).
ReferencePort  
ServiceLocator ServiceLocator class which extends base LocatorService class and adds utility constructors. This class should be used instead of Locator class.
Session Represents an Artix session. This class is used in conjunction with a SessionManager instance to create a session.
SessionEndpointManagerBinding  
SessionFilter A custom output filter inheriting from Microsoft.Web.Services2.SoapOutputFilter. It overrides ProcessMessage, which creates a new session header and adds it to the SOAP message header.
SessionId  
SessionInfo  
SessionManager Client for Artix Session Manager service.

This class can either be used directly to communicate with an Artix Session Manager or, more commonly, can be used in conjunction with the Session class to establish a session.

SessionManager.GetAllEndpointsFaultException Exception returned from get_all_endpoints if an error occurs.
SessionManager.RegisterEndpointFaultException
SessionManager.SessionBeginFaultException Exception thrown from beginSession if an error occurs.
SessionManager.SessionRenewFaultException Exception thrown from renewSession if an error occurs.
SessionManagerBinding