Why and when to perform this task
With the basicauth authentication method, the request sender generates a basicauth security token using a callback handler. The request receiver retrieves the basicauth security token from the SOAP message and validates it using a Java Authentication and Authorization Service (JAAS) login module. Trust is established using user name and password validation. To use basicauth authentication to secure Web services, complete the following tasks:
Steps for this task
Result
After completing these steps, you have secured your Web services using basicauth authentication.Related concepts
BasicAuth authentication method