Skip to content

Instantly share code, notes, and snippets.

@ArseniySavin
Created August 27, 2019 06:15
Show Gist options
  • Save ArseniySavin/29e648caa4fc7c5c381ca0bf8b731ca2 to your computer and use it in GitHub Desktop.
Save ArseniySavin/29e648caa4fc7c5c381ca0bf8b731ca2 to your computer and use it in GitHub Desktop.
Adding the ActivityId into soap header at call service
<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