| ErpServiceCallerGetDataFromRequestString Method (String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.DataIntegration.Integration.ERPIntegration
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax [ObsoleteAttribute("Use GetDataFromRequestString(string endpoint, string secret, string requestXml, ILogger logger) instead.")]
public static string GetDataFromRequestString(
string endpoint,
string secret,
string requestXml
)
<ObsoleteAttribute("Use GetDataFromRequestString(string endpoint, string secret, string requestXml, ILogger logger) instead.")>
Public Shared Function GetDataFromRequestString (
endpoint As String,
secret As String,
requestXml As String
) As String
Parameters
- endpoint
- Type: SystemString
- secret
- Type: SystemString
- requestXml
- Type: SystemString
Return Value
Type:
StringSee Also