Dynamic WCF-WSHttp Send Port

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

posted @ 2008-12-23 17:15  upzone  阅读(355)  评论(0编辑  收藏  举报