DX Application Performance Management

  • 1.  avoiding adding info into SOAP header

    Posted Jan 12, 2018 03:29 AM

    hi, can we avoid adding this into soap header while monitoring WS and using cross-process TT? i dont suppose so, but i'd like to ensure im correct. thank you    

     

    <soap:Header>

          <WSCorIDSOAPHeader CorID="D4A6B2BAC0A8D5640341AE7F228B8FD2,1:4,0,1,SRVOLTAR1T|.NET Process|UP|WebServices|Server|ISPC|GetTransactionsByCardAccount,2,AgAAALNIQgAAAAFGAAAAAQAAABFqYXZhLnV0aWwuSGFzaE1hcAAAAAJIQgAAAAJGAAAAAgAAABBqYXZhLmxhbmcuU3RyaW5nAA9DYWxsZXJUaW1lc3RhbXBIQgAAAANFAAAAAgANMTUxNTM5NjE4MzM0MUhCAAAABEUAAAACAApUeG5UcmFjZUlkSEIAAAAFRQAAAAIAIUQ0QTZCMjlCQzBBOEQ1NjQwMzQxQUU3RjY1ODc2NDBGMA==" xmlns="http://www.ca.com/apm"/>

       </soap:Header>



  • 2.  Re: avoiding adding info into SOAP header
    Best Answer

    Broadcom Employee
    Posted Jan 12, 2018 03:48 AM

    Hi Stefan,

     

    You can perform correlation using either the SOAP or HTTP header. For most SOA envvironments SOAP header insertion / read is enabled by default but you can disable this and choose HTTP header insertion / read  instead

     

    SOA-Specific Agent Configuration Properties - CA Application Performance Management - 10.5 - CA Technologies Documentati… 

     

    hope this helps

    Mike



  • 3.  Re: avoiding adding info into SOAP header

    Posted Jan 12, 2018 04:20 AM

    thank you Mike!