DX Application Performance Management

 View Only
  • 1.  WebService SOAP request tracing

    Posted Dec 04, 2015 11:00 AM

    hello community,

    is it possible to trace the SOAP request/response parameters into the webservice?

    At the moment I have the metrics for the end point and the operation but I have to include tracing for the SOAP request .

    I have to count the calls from a single user, which is a parameter into the SOAP request header

     

    Thank you

     

    Luca Razzi

    Sogei/Italy



  • 2.  Re: WebService SOAP request tracing
    Best Answer

    Posted Dec 07, 2015 04:46 AM
      |   view attached

    Hi Luca,

     

    That functionality is unfortunately not available in the product, you would need a custom tracer to do what you need.

     

    Regs,

     

    Florian.



  • 3.  Re: WebService SOAP request tracing

    Posted Dec 07, 2015 04:53 AM

    Hi Florian.

    Can you give me some hints on how to build this extension?

    At the moment I have an extension that is tracing the WASAxis2Servlet class in the doPost method. here I can get the URL traced and the user traced.

    Which class can I use to get the SOAP headers? here I have  a tag, called positionId , which is in the SOAP headers, that must be traced to count how many operations are coming from a single position.

     

    Can you give me some light on this??

     

    Thanks

     

    Luca



  • 4.  Re: WebService SOAP request tracing

    Posted Dec 07, 2015 05:20 AM

    Hey Luca,

     

    You want to head over to the APM Dev Community, you will find capable people there much more able to help you than I am ☺

     

    Florian.



  • 5.  Re: WebService SOAP request tracing

    Posted Dec 07, 2015 05:25 AM

    OK i will do this

    Thanks