zoukankan      html  css  js  c++  java
  • Calling Stored Procedures Using the SQL Adapter

    Calling Stored Procedures Using the SQL Adapter

     

     

    When in the SQL Transport Schema Generation Wizard, you have to specify the Target namespace and Response root.

    Let’s assume that you specify these values as below.

    Target namespace: http://SQLAdapterStoredProcedure

    Response root: ResponseRoot

     

    By doing this, BizTalk generates a schema with this typename:

    http:// SQLAdapterStoredProcedure#ResponseRoot

     

    Then, when your orchestration calls the SQL port, and gets a response, that response's message type should match that of the generated schema.

     

    In BizTalk explorer, make sure you have the SQL send port configured right when creating the physical BizTalk port.  i.e., the Document Target Namespace and Response Root Element Name need to match those above.

    In addition, Set Send Pipeline to the Microsoft.BizTalk.DefaultPipelines.XMLTransmit pipeline.

     

     

     

  • 相关阅读:
    Redis-持久化
    Redis-Sort命令
    Redis-ZSet常用命令
    Redis-Hash
    Redis-Set常用命令
    Redis-List常用命令
    Redis-String常用命令
    访问控制
    c++之旅:多态
    c++之旅:类型的强制转换
  • 原文地址:https://www.cnblogs.com/rickie/p/670677.html
Copyright © 2011-2022 走看看