Can any one let me know


hello

have senario in 3 types of xml files in folder, biztalk listining

success, error , update xml messages

if xml message containing status field in ack element success  doing something
if xml message containing status field in ack element error --  doing processing
if xml message not contain ack element have something..

question how check whether incomming msg contains ack element
if present  hav call orch 1
if not present hav call orch2

 


 

 

 

 




you can have logic implemented in 1 parent orchestration, using xpath can check existences of ack element , based on that(using decide shape) can call 2 child orchestrations or if possible can implement scenario(success, error , update) in parent orchestration only.

or better if source system(generating xml file) can put ack status in file name success file name inputsuccess, can put filter in receive port , subscribe accordingly.
ajeet kumar


BizTalk Server  >  BizTalk Server General



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to send non-standard Content-Type header ?