Data Loss Prevention

 View Only
  • 1.  DLP Web Service : How recover WSDL ?

    Posted May 20, 2015 10:43 AM

    Hello,

    I actually have a problem/interrogation during my exploitation of DLP web service.

    Indeed, I wish to create a web site (HTML web application) reproducing the enforce console interface of DLP, applying access filters per user (a manager connected could see only incident about his department / direct reporters…, not the totality of all incidents) which used DLP data in MVC model, so i need to recover WSDL for my controler.

    But when I use this link: "http://www.vontu.com/v2011/enforce/webservice/incident", I have only a blank page. Is it necessary to be logged on? If yes, did you know how ?

     

    I don't know what kind of data I'll recover, if a model is necessary to convert data or not ?

     

    If you have experience with using the DLP APIs and could share your feedback this would be more than welcome!

    Many thanks & regards

     

    PS : I'm actually in version 12.5.1.1 of DLP



  • 2.  RE: DLP Web Service : How recover WSDL ?
    Best Answer

    Trusted Advisor
    Posted May 20, 2015 11:40 AM

    Hello,

     

    use this url

     

    https://<your enforce server name>/ProtectManager/services/v2011/incidents?wsdl

     

    regards



  • 3.  RE: DLP Web Service : How recover WSDL ?

    Posted May 22, 2015 09:12 AM

    Thank you very much:

    i effectly have access with this URL

    Did you have more informations to how implement this data in my controller (PATTERN mvc)?

     

    Thanks