Table of Contents

Class ADServiceCaller

Namespace
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly
Dynamicweb.DataIntegration.dll

Provides methods for getting data from AD services

public class ADServiceCaller
Inheritance
ADServiceCaller
Inherited Members

Methods

AuthenticateUser(string, string, string, string)

Authenticates user

public static bool AuthenticateUser(string endpoint, string secret, string userName, string password)

Parameters

endpoint string

endpoint address

secret string

secret phrase

userName string

User name

password string

User password

Returns

bool

GetAllData(string, string, string)

Gets data from endpoint

public static string GetAllData(string endpoint, string secret, string importGroupID)

Parameters

endpoint string

endpoint address

secret string

secret phrase

importGroupID string

Import group ID

Returns

string
To top