Versions Compared

Key

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

...

A hypothetical business scenario, which illustrates the Http HTTP Binding example, is that of a Department of Public Works Online Project Monitoring System that needs . The head engineer uses this web based system to check the budget availability for a work item. Only if there is sufficient budget for the work item will it be implemented.

before proceeding with the actual implementation. This example starts at the isBudgetAvailable class of the Department of Public Works Project Monitoring System when it post posts a request on url URL http://localhost:8912Image Removed. Included in this posted request, is the budget allocation id ID of the corresponding related work item. The Http HTTP Server which listens to on this url URL and receives the request. It The HTTP Server then forwards the request to the Saaj Binding Component, as this component is capable of communicating to a UrlEndpoint which in this case an UrlEndpoint. The UrlEndpoint is the Budget Checking System. The Budget Checking system checks to determin if the funding level is still sufficient for the implementation of the work item and formulate , then formulates the appropriate response . It then and sends the response back to Saaj Binding Component which in turn sends it back to Http receiver. The Http . In turn, the Saaj Binding Component sends the response back to HTTP receiver via the normalized message router. The HTTP receiver then sends the message to the url http://localhost:8912Image Removed which in turn . The message is picked up by the isBudgetAvailable class. Response Finally, the respone message is printed on the console.

...

Panel
borderColor#ccc
titleOnline Ticket Reservation Department of Public Works Project Monitoring System
borderStylesolid