简体   繁体   English

在BizTalk 2013中使用动态端口消费WSE Web服务

[英]Consuming WSE Web Service using Dynamic Port in BizTalk 2013

We have an application currently running in BizTalk 2006 R2 sending message to WSE2.0 web service using a dynamic send port. 我们有一个当前正在BizTalk 2006 R2中运行的应用程序,它使用动态发送端口将消息发送到WSE2.0 Web服务。 The properties it set for soap message port are as follow: 它为soap消息端口设置的属性如下:

Message(WSE.IntegrityUser) = "some user"
Message(WSE.IntegrityPassword) = "Plain text Password"
Message(WSE.IntegrityPasswordOption) = "Plain text option"
Message(WSE.SoapAction) = "Operation Name"
Message(WSE.AuthenticationScheme) = "Integrated"

and the address for Dynamic port is set as below: 动态端口的地址设置如下:

DynamicPort(Microsoft.XLANGs.BaseTypes.Address) = URL

Now I want to upgrade this solution to BizTalk 2013 and found that it no more support WSE. 现在,我想将此解决方案升级到BizTalk 2013,发现它不再支持WSE。 What are the alternatives to keep using Dynamic port? 可以继续使用动态端口的替代方法有哪些?

Here is a msdn doc that you can reference to configure your dynamic port in BT with WCF adapters.There is sample code as well. 这是一个msdn文档,您可以参考该文档以使用WCF适配器在BT中配置动态端口。

MSDN Link MSDN链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM