The function of the client program is to issue authentication and authorization requests to the web service on behalf of another application. The client program requires code for a client stub. The stub manages, sends, and receives messages to communicate with the web service. The web service support a WSDL file (for the SOAP protocol) and a WADL file (for the REST architecture). You can access the WSDL or WADL file using a web browser, and then save it as an XML file.
Follow these steps:
http://hostname:port/authazws/auth?wsdl
http://hostname:port/authazws/AuthRestService/application.wadl
The sections that follow list simplified sample SOAP and REST messages for reference.
Copyright © 2013 CA.
All rights reserved.
|
|