Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. HttpConnector sends messages to this component as specified on its destinationService property. When this component receives a message, its onMessageExchange() method is called by the continer. The onMessageExchange() method will:
    A. Create a SOAPConnection to be used in sending the message to a URLEndpoint.
    B. The JBI inbound message is marshalled into a SOAPMessage before it is send to URLEndpoint, as specified in the soapEndpoint property of stockQuote. A response is also requested from URLEndpoint.
    C. The response which is a SOAPMessage is marshalled into Normalized Message and eventually is send to HttpConnector.

Related Documentation

For more information on the following topics please see:

...