BizTalk で使用する基本的な一方向のカスタム WCF LOB アダプターを作成しようとしておりExecute
、Visual Studio WCF LOB アダプター SDK プロジェクト ウィザードによって作成されるメソッドを実装しています。
このメソッドのドキュメントは、メソッドのすぐ上に表示される次のコメントで要約されています。
// Executes the request message on the target system and returns a response message.
// If there isn’t a response, this method should return null
ただし、 を返すnull
と、BizTalk でエラーが発生し、次の (大まかに翻訳された) メッセージが表示されます。
System.ServiceModel.CommunicationException: The server did not produce an appropriate response ; this may be due to non-matching contracts ; a premature end of the session or an internal error.
何を与える?