DX Application Performance Management

 View Only
  • 1.  does exists an EPA plugin for SOAP calls ?

    Posted Mar 03, 2016 05:13 AM

    Hi All,

     

    I am asked to provide an EPA for "pinging" SOAP webservices calls, à la junit.

    tests results must include details on the SOAP answers.

    HTTP level monitoring level could be an option, though lacking the functionalities required.

     

    Cloud Monitor is not an option here.

     

    Not to reinvent the wheel, does something exist in the Field using for example apache httpclient/junit ?

     

    Many thanks, Marc



  • 2.  Re: does exists an EPA plugin for SOAP calls ?

    Broadcom Employee
    Posted Mar 03, 2016 05:23 AM

    Could write something really fast using Perl and SOAP::Lite, depending on what they want to see from the response.

    Remind the customer that string data is does not persist in SmartStor so there will be no historical data to look at.

     

    http://cookbook.soaplite.com/



  • 3.  Re: does exists an EPA plugin for SOAP calls ?

    Posted Mar 03, 2016 06:02 AM

    Hi Haruhiko,

    tanks for the pointer on SOAP::lite. yes that could be an option.

    can you confirm SOAP::lite is threadsafe? I am not a "perl" guy...

     

    thanks again for the rapid answer.

    Marc