Table of Contents

Class BCDynamicwebServiceEndpointInfo

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

Constructors

BCDynamicwebServiceEndpointInfo(Endpoint)

public BCDynamicwebServiceEndpointInfo(Endpoint endpoint)

Parameters

endpoint Endpoint

Properties

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
To top