Symantec Access Management

  • 1.  Question - How to use wadl to trigger REST calls

    Posted Mar 17, 2017 06:17 AM
      |   view attached

    Hello All,

     

    I am trying to find a right schema to trigger a call from SOAP UI.

     

    Configuring the Authentication and Authorization Web Services - CA Single Sign-On - 12.52 SP1 - CA Technologies Document… 

     

    I gone through the above link and I have a working setup. 

     

    What I am trying to do is use the actual schema and do some application development to try consume from application. 

    I was told that we need to use XSD and some scheme to do that but not really sure about it. 

    Can you help me?

     

    I below is the file used in REST calls /authazws/AuthRestService/application.wadl.. Can I get a location where this schema stored in SPS server and where can I get the XSD as well? 

     

    When I import wsdl(https://hostname/authazws/auth?wsdl) to use SOAP it gives all the available functioned i.e. authorize,login,blogin,logout but when I import REST https://hostname/authazws/AuthRestService/application.wadl it gives only a request. Is this expected? 



  • 2.  Re: Question - How to use wadl to trigger REST calls
    Best Answer

    Posted Mar 20, 2017 02:28 PM


  • 3.  Re: Question - How to use wadl to trigger REST calls

    Posted Mar 20, 2017 02:30 PM

    If you like to send a REST REQUEST..... here it is below.

     

     

     

     

     

     

     

     



  • 4.  Re: Question - How to use wadl to trigger REST calls

    Posted Mar 20, 2017 02:58 PM


  • 5.  Re: Question - How to use wadl to trigger REST calls

    Posted Mar 21, 2017 09:49 AM

    Thanks Hubert for your detailed note and help... So, the wadl is downloaded and can be used in SOAPUI right if we wanted to look the scheme? May be a basic question, do we need to import the wadl to SOAPUI simply or any other steps? 



  • 6.  Re: Question - How to use wadl to trigger REST calls

    Posted Mar 21, 2017 09:53 AM

    That is correct.

     

    I accessed the URL  https://hostname/authazws/AuthRestService/application.wadl and downloaded the WADL to my disk.

     

    Then opened SOAPUI and started off by creating a new REST PROJECT. There is a very visible button "import WADL", when creating a new REST PROJECT in SOAP UI.

     

    Import WADL opens up and we are able to select the downloaded WADL.



  • 7.  Re: Question - How to use wadl to trigger REST calls

    Posted May 08, 2017 11:40 AM

    HubertDennis Hi Hubert, I could see a xsd for SOAP uses WSDL but couldnt find it for WADL.

    Do we have any specific XSD for REST calls?  Can you help? 

     

    Does it really required from Client program i.e. application end to trigger login calls?