现在的位置: 首页 > 综合 > 正文

Dynamic WCF-WSHttp Send Port

2011年11月01日 ⁄ 综合 ⁄ 共 649字 ⁄ 字号 评论关闭

1.SOAP Action Header

//WCF_AddDomainInbound is WCF inputmessage, specified using message assign in the message construction shape

WCF_AddDomainInbound(WCF.Action) = "http://bta.gb21062.com/DomainWS/IDomain/AddDomainInbound";
WCF_AddDomainInbound(WCF.SecurityMode) = "Message";
WCF_AddDomainInbound(WCF.MessageClientCredentialType)="Windows";
WCF_AddDomainInbound(WCF.AlgorithmSuite)="Basic256";

2.Dynamic Specify WCF Address

//WCF_DynamicDomainWS is one wcf dynamic send port, specified using expression shape

WCF_DynamicDomainWS(Microsoft.XLANGs.BaseTypes.Address) = "http://10.240.0.2/DomainWS/DomainService.svc";
WCF_DynamicDomainWS(Microsoft.XLANGs.BaseTypes.TransportType) = "WCF-WSHttp";

DynamicWCF-WSHttpSendPort

抱歉!评论已关闭.