1.53 Binding URLs Dialog

Use to create tokens for the HTTP protocol, host, and port values in the binding URLs of external references. The values that you assign to the tokens are then substituted in place of the hardcoded HTTP host and port values in the location attribute of the binding.ws element of the composite.xml file.

Binding URLs of each external reference that has a binding.ws element with a location attribute in the composite.xml file that starts with the following entries are automatically displayed:

  • http

  • https

  • callbackServerURL

  • ${ (for a URL that uses tokens in place of the hardcoded HTTP host or port values)

Notes:

  • You can only use tokens in the location attribute of the binding.ws element of the composite.xml file.

  • Tokens cannot be used for the host and port values in other files, such as WSDL files, schema files, and so on.

  • Oracle JDeveloper only updates token files on the local file system that include the token values. If you use a local token file at design time, you must move the tokens to the SOA server at runtime.

Element Description

Reference Binding URLs.

Displays an entry for each external reference and its binding URL. Examples of binding URLs include the following:

  • Tokenized: http://${host1}:${port1}/some/path/service2.wsdl

  • Nontokenized: http://host.us.example.com:80/some/path/service2.wsdl

Edit icon

Click to specify tokens for the HTTP host and port values of a selected binding URL. You can also double-click the row of a selected binding URL.

Related Topics

Creating Tokens for Use in the Binding URLs of External References in Developing SOA Applications with Oracle SOA Suite