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";

Dynamic WCF-WSHttp Send Port

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2021-11-10
  • 2022-03-06
  • 2022-12-23
  • 2021-10-17
  • 2021-09-11
  • 2021-08-12
猜你喜欢
  • 2022-12-23
  • 2021-05-29
  • 2022-01-30
  • 2021-10-09
  • 2021-07-14
  • 2022-12-23
  • 2021-05-15
相关资源
相似解决方案