Biztalk [英] assingment Biztalk

查看:172
本文介绍了Biztalk的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有关于biztalk的任务。我一直在讨论关于biztalk的一些讨论,但我找不到像我的任务那样的东西。

asignment是这样的东西。

我在.net(c#)应用程序中有2个数字,然后我必须将这2个数字发送到biztalk服务器(使用webservice)然后我需要这两个数字之和的返回值。 (1 + 1 = 2)

任何人都可以帮助我这个。

hello, 

i have an assignment about biztalk. i've been seacrhing for some walktroughs about biztalk but i cant find somthing that is like my assignment. 

the asignment is somthing like this.

i have 2 numbers in a .net (c#) appliction, then i have to send those 2 numbers to the biztalk server(with webservice) and then i need a return value of the sum of those 2 numbers. (1+1=2)

can any body help me whit this.

推荐答案

你好,
< br>要实现这一点,您需要创建一个包含以下内容的简单项目:

2 schemas
一个请求模式,指定要添加的两个数字以及包含结果的响应模式。

1 orchestration
这应该订阅请求消息,读取数字,添加它们并创建包含结果的响应。

1接收端口
这应该是一个请求 - 响应端口,可以是使用Web服务发布向导(或WCF向导)创建。它应该接收请求消息并使用XML接收管道将消息类型提升到消息上下文中,以便业务流程可以接收它。

有很多在线示例显示这样的简单示例。 >
希望这有助于作为首发。

问候



Hi,

To achieve this you need to create a simple project containing:

2 schemas
A request schema that specifies the two numers to be added and a response schema containing the result.

1 orchestration
This should subscribe to the request message, read the numbers, add them and create a response containing the result.

1 receive port
This should be a request-response port and can be created using the web service publishing wizard (or WCF wizard). It should receive the request message and use an XML Receive pipeline to promote the message type into message context so that the orchestration can pick it up.

There are lots of samples online that show simple examples like this.

Hope this helps as a starter.

Regards
Mark


这篇关于Biztalk的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆