Edmund Zhao's BizTalk abc

We share, We learn

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 1 Stories | 15 Comments | 8 Trackbacks

News



Article Categories

Archives

August 2011 Entries

Performing Composite Operations on Oracle Database is very similar to SQL Server Database. I just want to point out one mistake developers might easily make during the send port configuration. For any composite operation, the generated binding script doesn't include the composition operation tag in SOAP action header, therefore a new line needs to be manually added for each composite operation during the send port configuration. For WCF SQL Adapter, it looks like <Operation Name="CompositeOperationName"...