1

ストアド プロシージャから複数の行データを読み取り、各行を asp.net Web サービス ソリューションに送信するビズ トーク サーバー プロジェクトを作成しました。生成されたアイテムの追加 (アダプター サービスの SQL バインディングを使用してストアド プロシージャを選択) を使用しました。biz talk サーバー管理コンソール 2010 で wcf-custom sql バインディングを使用して受信場所を構成する方法がわかりません。

  1. Polled Data available ステートメント
  2. 投票文
  3. xml ストアド プロシージャのルート ノード名
  4. xml ストアド プロシージャ ルート ノードの名前空間。

これは、消費アダプター サービス SQL バインディングを追加したときにプロジェクトで生成されたスキーマです。

    <?xml version="1.0" encoding="utf-16" ?> 
- <xs:schema xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns:ns3="http://schemas.datacontract.org/2004/07/System.Data" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/Sql/2008/05/Procedures/dbo" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation=".\DataSetSchema.xsd" namespace="http://schemas.datacontract.org/2004/07/System.Data" /> 
- <xs:annotation>
- <xs:appinfo>
  <fileNameHint xmlns="http://schemas.microsoft.com/servicemodel/adapters/metadata/xsd">Procedure.dbo</fileNameHint> 
- <b:references>
  <b:reference targetNamespace="http://schemas.datacontract.org/2004/07/System.Data" /> 
  </b:references>
  </xs:appinfo>
  </xs:annotation>
- <xs:element name="getMessages">
- <xs:annotation>
- <xs:documentation>
  <doc:action xmlns:doc="http://schemas.microsoft.com/servicemodel/adapters/metadata/documentation">Procedure/dbo/getMessages</doc:action> 
  </xs:documentation>
  </xs:annotation>
  <xs:complexType /> 
  </xs:element>
- <xs:element name="getMessagesResponse">
- <xs:annotation>
- <xs:documentation>
  <doc:action xmlns:doc="http://schemas.microsoft.com/servicemodel/adapters/metadata/documentation">Procedure/dbo/getMessages/response</doc:action> 
  </xs:documentation>
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
  <xs:element minOccurs="0" maxOccurs="1" name="getMessagesResult" nillable="true" type="ns3:ArrayOfDataSet" /> 
  <xs:element minOccurs="1" maxOccurs="1" name="ReturnValue" type="xs:int" /> 
  </xs:sequence>
  </xs:complexType>
  </xs:element>
  </xs:schema>

あなたのアシスタントを楽しみにしています よろしくお願いします

4

2 に答える 2

0

wcf-sql アダプターを選択する必要があります。バインディングでは、rood 名と名前空間を埋めてから、poll ステートメントを

于 2013-07-16T12:48:14.583 に答える