Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

how can i use soap web service on cppm guest

This thread has been viewed 1 times
  • 1.  how can i use soap web service on cppm guest

    Posted Nov 02, 2016 02:05 AM

    Hi all

    i want to do guest identity verify on cloud soap applicaiton but couldnt find configuration docs. about cppm guest soap web service.

    i have soap xml code but how i will integrate in cppm guest web service. And how insert soap verify field on cppm guest registration.php page 

     

    thnx for your help

    soap code : SOAP 1.1

     

    POST /Service/IdentityPublic.asmx HTTP/1.1
    Host: identityverify.xxx.xxx
    Content-Type: application/soap+xml; charset=utf-8
    Content-Length: length
    
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
      <soap12:Body>
        <identityverify xmlns="http://identityverify.xxx.xxx/WS">
          <identitynumber>long</identitynumber>
          <Name>string</Name>
          <Surname>string</Surname>
          
        </identityverify>
      </soap12:Body>
    </soap12:Envelope>
    HTTP/1.1 200 OK
    Content-Type: application/soap+xml; charset=utf-8
    Content-Length: length
    
    <?xml version="1.0" encoding="utf-8"?>
    <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
      <soap12:Body>
        <identityverify xmlns="http://identityverify.xxx.xxx/WS">
          <identityverifyResult>boolean</identityverifyResult>
        </identityverifyResponse>
      </soap12:Body>
    </soap12:Envelope>

      



  • 2.  RE: how can i use soap web service on cppm guest

    Posted Nov 16, 2016 07:27 PM
      |   view attached