This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class WebserviceParameters |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class WebserviceParameters |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
WebserviceParameters | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Arguments |
Gets/sets the Webservice Method arguments.
|
|
BindingConfigurationName |
Gets or sets the name of the binding configuration.
|
|
BindingType |
Gets or sets the type of the binding (e.g. "wsHttpBinding").
|
|
EndpointConfigurationName |
Gets or sets the name of the endpoint configuration.
|
|
LiteralMethodNode |
Gets/sets the literal method node.
The literal method node is an alternative for providing WebserviceMethodArguments,
and it contents will be appended as method node within the SoapEnvelope.
|
|
MaxReceivedMessageSize |
Gets or sets the max received message size.
|
|
MethodName |
Gets/sets the method name.
|
|
MethodNamespacePrefix |
Gets/sets the namespace prefix used for the method.
|
|
MethodNamespaceUri |
Gets/sets the namespace-uri used for the method.
|
|
ParametersNamespace |
Gets/sets the namespace to be used on the parameters within the body element.
|
|
Password |
Gets or sets the password.
Only needed when the webservice is restricted by means of basic http authentication. |
|
RawSoapHeaders |
Gets or sets the raw SOAP headers.
|
|
SendTimeout |
Gets or sets the send timeout (in seconds).
When you need to set one of the other timeout values, use a binding configuration section and specify its name using the parameter BindingConfigurationName. |
|
SoapAction |
Gets/sets the SOAP Action HTTP header
|
|
UserName |
Gets or sets the name of the user.
Only needed when the webservice is restricted by means of basic http authentication. |
|
WriteTypeAttributes |
Determines if type-information (e.g. xsi:type="xsd:int") should be included on the parameter(s).
Defaults to true.
|