Table of Contents

Class FODynamicwebServiceEndpointInfo

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

Constructors

FODynamicwebServiceEndpointInfo(Endpoint)

public FODynamicwebServiceEndpointInfo(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
To top