 | ErpServiceCaller.GetDataFromRequestString Method (String, String, String, ILogger) |
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntaxpublic static string GetDataFromRequestString(
string endpoint,
string secret,
string requestXml,
ILogger logger
)
Public Shared Function GetDataFromRequestString (
endpoint As String,
secret As String,
requestXml As String,
logger As ILogger
) As String
Parameters
- endpoint
- Type: System.String
- secret
- Type: System.String
- requestXml
- Type: System.String
- logger
- Type: Dynamicweb.Logging.ILogger
Return Value
Type:
String
See Also