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.
- capture json response having inbound pipeline set passthru
- have send port subscribing response on send port , write file
- use json wizard create schema response file.
- deploy response schema biztalk
- 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
Post a Comment