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
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
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
Post a Comment