Class DynamicwebServiceEndpointInfo
public abstract class DynamicwebServiceEndpointInfo
- Inheritance
-
DynamicwebServiceEndpointInfo
- Derived
-
- Inherited Members
-
Constructors
DynamicwebServiceEndpointInfo(Endpoint)
public DynamicwebServiceEndpointInfo(Endpoint endpoint)
Parameters
endpoint
Endpoint
Fields
Endpoint
protected readonly Endpoint Endpoint
Field Value
- Endpoint
Properties
DynamicwebServiceSoapAction
public virtual string DynamicwebServiceSoapAction { get; }
Property Value
- string
DynamicwebSoapServiceMethodName
public abstract string DynamicwebSoapServiceMethodName { get; }
Property Value
- string
DynamicwebSoapServiceNamespace
public abstract string DynamicwebSoapServiceNamespace { get; }
Property Value
- string
DynamicwebSoapServiceResponseMethodName
public abstract string DynamicwebSoapServiceResponseMethodName { get; }
Property Value
- string
Methods
GetBody(string)
public abstract string GetBody(string requestXml)
Parameters
requestXml
string
Returns
- string
public virtual Dictionary<string, string> GetDefaultDynamicwebServiceHeaders()
Returns
- Dictionary<string, string>