Skip to main content
Skip table of contents

Using HTTP Authentication

The SOAPam Client Process automatically negotiates HTTP Basic or Digest authentication when sending requests to the Web service host. You specify your authentication credentials using the -httpauth command line option when starting the Client Process. The credentials may be specified as userid:password in clear text or in an encrypted credentials file.

To specify the credentials as a clear text string use the following format for the -httpauth option:

CODE
tacl> run SOAPAMCP / name $wscp / -httpauth #userid:password

In order to provide the credentials in a SOAPam credentials file, first create the credentials file using the MAKECF utility:

CODE
tacl> run MAKECF mylogin userid:password

Then provide the credentials file name in the -httpauth option:

CODE
tacl> run SOAPAMCP / name $wscp / -cdf mycdf -httpauth mylogin

Refer to Using Credential Files for information about creating credentials files. Refer to Configuring the Client Process for more information about SOAPAMCP command line parameters.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.