<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>chnking的专栏</title><link>http://blog.csdn.net/chnking/</link><description>心无旁骛，专注于biztalk......</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 13 Dec 2007 21:02:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>chnking</dc:creator><title>biztalk中的发送端口产生异常及处理(下）</title><link>http://blog.csdn.net/chnking/archive/2007/12/13/1933740.aspx</link><pubDate>Thu, 13 Dec 2007 21:01:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/12/13/1933740.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1933740.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/12/13/1933740.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1933740.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1933740</trackback:ping><description>本文关注这种这样的情况：biztalk中orchestration中的消息通过发送端口（无论是单向发送端口还是双向发送端口）发送消息，需要在orchestration获得发送消息是否正常的回应，如果回应正常，则流程正常执行，如果回应不正常，orchestration如何进行异常处理。 
这里是下半部分 -- orchestration捕获到NACK产生的异常后的处理方法。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1933740.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>biztalk中的发送端口产生异常及处理(上）</title><link>http://blog.csdn.net/chnking/archive/2007/12/13/1932910.aspx</link><pubDate>Thu, 13 Dec 2007 12:36:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/12/13/1932910.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1932910.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/12/13/1932910.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1932910.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1932910</trackback:ping><description>本文关注这种这样的情况：biztalk中orchestration中的消息通过发送端口（无论是单向发送端口还是双向发送端口）发送消息，需要在orchestration获得发送消息是否正常的回应，如果回应正常，则流程正常执行，如果回应不正常，orchestration如何进行异常处理。
这里是上半部分 -- 不同的发送端口是如何产生异常，发送端口的异常对orchestration是怎么产生影响的。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1932910.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>深入biztalk消费Web services </title><link>http://blog.csdn.net/chnking/archive/2007/12/06/1920045.aspx</link><pubDate>Thu, 06 Dec 2007 09:14:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/12/06/1920045.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1920045.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/12/06/1920045.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1920045.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1920045</trackback:ping><description>消费Web services允许把现有的Web services加入到业务流程，可以在一个orchestration整合进多个Web services。 
可以在orchestration用Web ports消费（调用）Web service，为了在orchestration调用一个Web service，需要建立一个Web port和构造一个Web messages。 
本文以一个比较典型的实例来说明biztalk如何消费一个web services，深入分析biztalk消费web services的一些内部机制。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1920045.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>应用程序向IIS传送身份验证 </title><link>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx</link><pubDate>Thu, 06 Dec 2007 09:12:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1920041.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1920041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1920041</trackback:ping><description>前面一篇文章描述了IIS服务端设置为匿名身份验证、集成windows身份验证的两种情况：NTLM验证和Kerberos验证、基本身份验证时，IE客户端如何跟IIS进行身份验证的交互的情况。 
这篇文章讨论在应用程序中如何用代码实现跟IIS的各种身份验证设置下客户端身份的验证交互。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1920041.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>IIS的各种身份验证详细测试</title><link>http://blog.csdn.net/chnking/archive/2007/11/21/1897153.aspx</link><pubDate>Wed, 21 Nov 2007 23:24:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/11/21/1897153.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1897153.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/11/21/1897153.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1897153.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1897153</trackback:ping><description>这是个系列文章，主要内容为biztalk如何消费Web serivces和biztalk如何发布web services,biztalk如何不引用web services如何直接soap适配器访问web services，biztalk引用web services和一般的dotnet客户端应用引用web services有什么不同，biztalk引用web services的不同数据类型是如何表现的等等内容。但先从web services的宿主IIS的身份验证开始说起，可能扯得远了些，但是多了解些总是好的。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1897153.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>Biztalk发布web服务时遭遇"SOAP内部处理失败"错误</title><link>http://blog.csdn.net/chnking/archive/2007/10/28/1852300.aspx</link><pubDate>Sun, 28 Oct 2007 19:51:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/10/28/1852300.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1852300.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/10/28/1852300.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1852300.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1852300</trackback:ping><description>使用biztalk2006在vs2005开发环境中做一个简单的测试业务流程，主要是测试使用biztalk发布一个web services，这个web services接受用户发送的请求，然后根据用户要求通过sql adapter到sql server数据库中提取相关数据，最后作为web services的response返回给用户。程序执行调用Operation_1方法，实际就是调用web services的操作，结果返回一个错误：SOAP内部处理失败（SoapException: Internal SOAP Processing Failure）。同时在事件查看器中有以下的错误提示：  用户 'NT AUTHORITY\NETWORK SERVICE' 登录失败。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1852300.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用非biztalk系统解析biztalk生成的加密消息的可行性 </title><link>http://blog.csdn.net/chnking/archive/2007/10/11/1819587.aspx</link><pubDate>Thu, 11 Oct 2007 09:49:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/10/11/1819587.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1819587.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/10/11/1819587.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1819587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1819587</trackback:ping><description>前一篇文章《biztalk中消息加密解密的例子》演示的是biztalk系统àbiztalk系统的加密解密，这要求通讯双方都是biztalk的系统。如果加密解密的一方是biztalk系统，另一方是自己开发的定制应用系统，定制系统该怎么加密消息发送到biztalk系统，又怎么解密从biztalk发送来的加密消息？ 
这就需要知道biztalk对加密的消息的结构，加密消息中那一部分是对称密钥、哪一部分是实际被加密的消息，是否还包含其他内容，他们之间是如何组合在一起的。 
这部分就是分析biztalk的加密消息的结构，尝试解析biztalk加密的消息结构。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1819587.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>biztalk中消息加密解密的例子</title><link>http://blog.csdn.net/chnking/archive/2007/10/10/1819340.aspx</link><pubDate>Wed, 10 Oct 2007 23:51:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/10/10/1819340.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1819340.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/10/10/1819340.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1819340.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1819340</trackback:ping><description>Biztalk本身支持对消息的加密和解密。不需要开发人员自己写代码对消息进行加密解密，只需在biztalk中做些设置，即可实现biztalk对消息的加密解密任务。
Biztalk对消息的解密解密采用对称加密和非对称加密结合的方式。简单来说，就是使用对称加密算法对实际需要加密的消息进行加密，然后使用非对称加密算法的公钥加密对称加密密钥；解密时反过来，先用非对称加密算法的私钥解密加密后的对称加密算法的密钥，然后用对称加密的密钥解密被加密的消息本身。
下面演示一个最简单的biztalk加密消息，发送出去后，接收加密消息并解密的例子。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1819340.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>biztalk定制管道组件(pipeline component)的开发 </title><link>http://blog.csdn.net/chnking/archive/2007/10/03/1810585.aspx</link><pubDate>Wed, 03 Oct 2007 18:49:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/10/03/1810585.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1810585.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/10/03/1810585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1810585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1810585</trackback:ping><description>可以定制三种类型的pipeline component：general, assembling,disassembling。
其中disassembling是接收管道的Disassemble阶段使用的pipeline component类型，assembling是发送管道Assemble阶段使用的pipeline component类型，两种管道的其它阶段都是用general类型的pipeline component。
pipeline component是.net或com的组件，用来实现不同阶段的管道任务，根据不同类型的pipeline component类型需要实现一些接口以便消息引擎调用来传送和返回相关信息。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1810585.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>biztalk中常用调试方法 </title><link>http://blog.csdn.net/chnking/archive/2007/10/03/1810581.aspx</link><pubDate>Wed, 03 Oct 2007 18:48:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/10/03/1810581.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1810581.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/10/03/1810581.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1810581.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1810581</trackback:ping><description>在一些biztalk的论坛或者技术群中，经常有初学biztlak的朋友问：biztalk怎么调试，biztalk可不可以单步调试？的确，biztalk的开发跟一般的软件开发方式不太一样，biztalk基于图形化的设计更多些，这一方面方便了设计，使设计biztalk的应用更直观简单，另一方面设计形式的改变也改变了大家已习惯了的传统调试软件方式，给初学者带了一些困惑。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1810581.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>发布一个biztalk 解析Excel文件到xml消息的管道组件 </title><link>http://blog.csdn.net/chnking/archive/2007/09/29/1806931.aspx</link><pubDate>Sat, 29 Sep 2007 19:58:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/29/1806931.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1806931.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/29/1806931.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1806931.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1806931</trackback:ping><description>此pipeline component主要功能是通过ODBC的excel驱动把excel文件转成xml的消息。excel文件可以是biztalk通过从各种适配器获得，比如从file、ftp、msmq、http等等适配器获得excel文件的数据，excel文件的数据通过适配器进入到接收管道后，此组件在接收管道中处理excel文件的数据并转换成xml格式。欢迎下载测试使用。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1806931.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（三）-- 使用RSA证书结合对称加密技术加密长数据 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx</link><pubDate>Fri, 28 Sep 2007 15:41:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805120.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805120.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805120</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 
这是最后一部分 -- 使用RSA证书结合对称加密技术加密长数据&lt;img src ="http://blog.csdn.net/chnking/aggbug/1805120.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（二）-- 使用RSA证书加密敏感数据 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx</link><pubDate>Fri, 28 Sep 2007 15:39:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805117.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805117.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805117</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 这是第二部分 -- 使用RSA证书加密敏感数据 &lt;img src ="http://blog.csdn.net/chnking/aggbug/1805117.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（一）-- 证书的获得和管理 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx</link><pubDate>Fri, 28 Sep 2007 15:37:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805113.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805113.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805113</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 
先发第一部分 -- 证书的获得和管理。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1805113.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>biztalk定制管道组件(pipeline component)的调试、部署 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1804972.aspx</link><pubDate>Fri, 28 Sep 2007 14:34:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1804972.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1804972.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1804972.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1804972.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1804972</trackback:ping><description>探讨biztalk的Pipeline component的部署，可以部署在GAC，也可以部署在\Pipeline Components目录下。 
无论把定制Pipeline component的assembly放到GAC中还是放在\Pipeline Components目录下，都可以对定制Pipeline componen进行源代码级别调试。 
本文详细给出这两种调试方法的详细步骤。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1804972.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>