BizTalk WCF 服务发布向导将架构公开为 WCF 服务问题?
我们将使用 BizTalk WCF 发布向导将架构公开为 WCF 服务。我们的 .dll 文件中有一堆模式。但是,当我们选择请求-响应操作并选择模式类型时,对话框中只能选择少数模式。
不可选择的模式有两个可能的根元素(即,请求和响应元素都在模式内定义)。这可能是问题所在吗?
我们使用的是 BizTalk 2006 R2、Visual Studio 2005
We are about to expose schemas as WCF service using the BizTalk WCF Publishing wizard. We have a bunch of schemas in an .dll file. However, when we choose request-response operations and selects a schema type only a few schemas is select-able in the dialog.
The schemas that are not select-able have two possible root elements (i.e., both request and response element are defined within the schema). Could this be the issue?
We are using BizTalk 2006 R2, Visual Studio 2005
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哎呀,没关系。
使用 BizTalk WCF 服务发布向导公开 shemas 时,请确保首先 GAC 包含 shemas 的 .dll。
Oops, never mind.
When using BizTalk WCF Service Publishing Wizard to expose shemas, make sure you GAC the .dll containing the shemas first..