Hi Friends,
I was working on XML message in BizTalk expression editor for specific business requirement and wanted to read few values based on XPATH. I was specifying the XPATH in expression editor and then running BizTalk application but unfortunately not able to get the desired response. Tried many time changing XPATH in expression editor But every time changing in BizTalk orchestration and then build/deploy and restart host-instance was too much time consuming process. So thought to write a Simple C# console application to test my XPATH.
But Then I found on internet that There is already an online tool to test your XPATH with input XML message/data. I checked and it worked for me. Thanks to this it resolved my XPATH problem in just few minutes. So thought share it with all who need it.
XPATH Tester : http://www.xpathtester.com/
I was working on XML message in BizTalk expression editor for specific business requirement and wanted to read few values based on XPATH. I was specifying the XPATH in expression editor and then running BizTalk application but unfortunately not able to get the desired response. Tried many time changing XPATH in expression editor But every time changing in BizTalk orchestration and then build/deploy and restart host-instance was too much time consuming process. So thought to write a Simple C# console application to test my XPATH.
But Then I found on internet that There is already an online tool to test your XPATH with input XML message/data. I checked and it worked for me. Thanks to this it resolved my XPATH problem in just few minutes. So thought share it with all who need it.
XPATH Tester : http://www.xpathtester.com/
Comments
Post a Comment