mianfeis 发表于 2015-9-20 14:18:46

BizTalk Adapter Pack for SAP:Table returns from BAPI response

  如何让BAPI response输出需要的table结构, 和上一个版本的sap adapter 不一样的是, 上一个版本会把所有response 数据结构返回給客户端,包括所有的table 结构,
  但是对于新的adapter pack for sap 却不是这样的,如果需要返回Table结构,则需要在request里指定table结构,不知道新的sap adapter为什么有这样的要求.
  

  . Tables Returned:
  · Old Adapter: All tables that have any output value are returned.
  · New Adapter: Only the tables that were present in the request XML are present in the response XML.
    注意要打上补丁KB956635:FIX: The Windows Communication Foundation (WCF) based SAP adapter from BizTalk Server 2006 Adapter Pack v1.0 does not support the SAP TABLE type
页: [1]
查看完整版本: BizTalk Adapter Pack for SAP:Table returns from BAPI response