| ErpServiceCallerGetDataFromRequestString Method (String, String, String, TimeSpan, ILogger) |
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public static string GetDataFromRequestString(
string endpoint,
string secret,
string requestXml,
TimeSpan timeout,
ILogger logger
)
Public Shared Function GetDataFromRequestString (
endpoint As String,
secret As String,
requestXml As String,
timeout As TimeSpan,
logger As ILogger
) As String
Parameters
- endpoint
- Type: SystemString
- secret
- Type: SystemString
- requestXml
- Type: SystemString
- timeout
- Type: SystemTimeSpan
- logger
- Type: Dynamicweb.LoggingILogger
Return Value
Type:
StringSee Also