• Dynamic maps in BizTalk Orchestration

    Requirement: I need to expose a BizTalk Rest service with multiple Verbs (Get/Post/Update) to front end system. When front end system calls BizTalk Rest service, for each Operation (Get/Post/Update) I need to construct request message to send to backend system and get the response back and need to construct response map and send the response…