During WSDL generation, the method fixes a given operation message element to refer to the RST and RSTR elements of the appropriate WS-Trust version.
命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim serviceDescription As ServiceDescription Dim portType As PortType Dim context As WsdlEndpointConversionContext Dim operationName As String Dim inputMessageElement As XmlQualifiedName Dim outputMessageElement As XmlQualifiedName Me.FixMessageElement(serviceDescription, portType, context, operationName, inputMessageElement, outputMessageElement)
语法
声明
Protected Overridable Sub FixMessageElement ( _
serviceDescription As ServiceDescription, _
portType As PortType, _
context As WsdlEndpointConversionContext, _
operationName As String, _
inputMessageElement As XmlQualifiedName, _
outputMessageElement As XmlQualifiedName _
)
protected virtual void FixMessageElement (
ServiceDescription serviceDescription,
PortType portType,
WsdlEndpointConversionContext context,
string operationName,
XmlQualifiedName inputMessageElement,
XmlQualifiedName outputMessageElement
)
protected:
virtual void FixMessageElement (
ServiceDescription^ serviceDescription,
PortType^ portType,
WsdlEndpointConversionContext^ context,
String^ operationName,
XmlQualifiedName^ inputMessageElement,
XmlQualifiedName^ outputMessageElement
)
protected void FixMessageElement (
ServiceDescription serviceDescription,
PortType portType,
WsdlEndpointConversionContext context,
String operationName,
XmlQualifiedName inputMessageElement,
XmlQualifiedName outputMessageElement
)
protected function FixMessageElement (
serviceDescription : ServiceDescription,
portType : PortType,
context : WsdlEndpointConversionContext,
operationName : String,
inputMessageElement : XmlQualifiedName,
outputMessageElement : XmlQualifiedName
)
参数
- serviceDescription
The ServiceDescription that has the current state of the exported WSDL.
- portType
The WSDL PortType whose messages are to be fixed.
- context
Provides mappings from exported WSDL elements to the endpoint description.
- operationName
The operation name inside the PortType.
- inputMessageElement
The XmlQualifiedName of the input message element.
- outputMessageElement
The XmlQualifiedName of the output message element.
异常
| 异常类型 | 条件 |
|---|---|
| ArgumentNullException | The parameter 'serviceDescription', 'portType', 'inputMessageType' or 'outputMessageType' is null. |
| ArgumentException | The parameter 'operationName' is null or Empty. |
备注
Trust Contract exposed by the Framework takes a System.ServiceModel.Channels.Message in and returns a System.ServiceModel.Channels.Message out. But Trust messages expects and RST and returns an RSTR/RSTRC. This method fixes the message elements with the appropriate WS-Trust messages specified by the XmlQualified names 'inputMessageElement' and 'outputMessageElement'.
线程安全
此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
WSTrustServiceContract 类
WSTrustServiceContract 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间