Table of Contents

Class BCODataDynamicwebServiceEndpointInfo

Namespace
Dynamicweb.DataIntegration.EndpointManagement.DynamicwebServices
Assembly
Dynamicweb.DataIntegration.dll
public class BCODataDynamicwebServiceEndpointInfo : DynamicwebServiceEndpointInfo
Inheritance
BCODataDynamicwebServiceEndpointInfo
Inherited Members

Constructors

BCODataDynamicwebServiceEndpointInfo(Endpoint)

public BCODataDynamicwebServiceEndpointInfo(Endpoint endpoint)

Parameters

endpoint Endpoint

Properties

DynamicwebServiceSoapAction

public override string DynamicwebServiceSoapAction { get; }

Property Value

string

DynamicwebSoapServiceMethodName

public override string DynamicwebSoapServiceMethodName { get; }

Property Value

string

DynamicwebSoapServiceNamespace

public override string DynamicwebSoapServiceNamespace { get; }

Property Value

string

DynamicwebSoapServiceResponseMethodName

public override string DynamicwebSoapServiceResponseMethodName { get; }

Property Value

string

Methods

GetBody(string)

public override string GetBody(string requestXml)

Parameters

requestXml string

Returns

string

GetDefaultDynamicwebServiceHeaders()

public override Dictionary<string, string> GetDefaultDynamicwebServiceHeaders()

Returns

Dictionary<string, string>
To top