Created
August 27, 2019 06:15
-
-
Save ArseniySavin/29e648caa4fc7c5c381ca0bf8b731ca2 to your computer and use it in GitHub Desktop.
Adding the ActivityId into soap header at call service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bis="http://Test/B.Info"> | |
<soapenv:Header> | |
<ActivityId xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">00000000-0000-0000-0000-201908271035</ActivityId> | |
</soapenv:Header> | |
<soapenv:Body> | |
<bis:TryGetInfo> | |
<bis:hash> | |
<string>447F76CBD3B5AE0FABFDCF065B5BFC461C9E7E42</string> | |
</bis:hash> | |
</bis:TryGetInfo> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment