In BizTalk 2013 R2, how to create response schema of web api as I need this response in BizTalk orchestration to update some tables in database -


in biztalk 2013 r2, want post json request/string web api. used wcf-web http adapter , json decoder/encoder pipeline create json request. unable find how create response schema need response in biztalk orchestration update tables in database. have worked on it?

as stated in comments.

  1. capture json response having inbound pipeline set passthru
  2. have send port subscribing response on send port , write file
  3. use json wizard create schema response file.
  4. deploy response schema biztalk
  5. change inbound pipeline custom pipeline json decoder.

to capture http status rest service see article biztalk server: rest services error handling. involves having create custom service behavior capture http status , inject message context property.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -