Using the HTTP Binding Component

ProcedureCreating a password Application Variable

  1. From the Binding Components directory, under Servers -> GlassFish -> JBI in the Servers window, select the sun-http-binding.

    The sun-http-binding Properties appear in the Properties window.

  2. Click-on the Application Variables property ellipsis (...) button.

    The Application Variables editor appears.

  3. Click Add, select Password as your variable type, and click OK.

    A new row is added to the Application Variables editor.

  4. Enter SECRET as the name, and enter PROTECT as the value.

    Because this is a password type, the characters of your password are displayed as asterisks.

  5. Use the application variable name ${SECRET} as your WSDL password attribute, using the dollar sign and curly braces as shown.