Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
[target namespace][delimiter][interface name][delimiter][operation name]

where:

  • Wiki Markup\[delimiter\] is ":" when the \ [target namespace\] is a URN, otherwise "/".
  • Wiki Markup\[target namespace\] is the namespace of the interface. Wiki Markup
  • \[interface name\] is the name of the interface. Wiki Markup\
  • [operation name\] is the name of the operation.

For example, the following header

...

will be used to address the JBI exchange with the following properties:

  • interface name: {http://example.com/stockquote\Image Removed}StockQuoteInterface
  • operation name: {http://example.com/stockquote\Image Removed}GetLastTradePrice

...

Code Block
[target namespace][delimiter][service name][delimiter][endpoint name]

where:

  • Wiki Markup\[delimiter\] is ":" when the \ [target namespace\] is a URN, otherwise "/".
  • Wiki Markup\[target namespace\] is the namespace of the interface. Wiki Markup
  • \[service name\] is the name of the service.unmigrated-wiki-markup\
  • [endpoint name\] is the name of the endpoint.

For example, the following header

...