Wiki
Delivery

Closely related to the issue of notification is delivery of translated content (Note : not all localization services will necessarily require this, however it is likely for most). So, dealing with is according to the options above

  1. Notification: Polling for completion. A download method similar to that defined below will be required.
  2. Notification: Email notification. In addition to the download method, the translated content could optionally be attached to the notification email
  3. Notification: Presentation of a return Web Service. In this case it would make most sense to define the return service as including an upload method.
  4. Notification: BPEL4WS notification messages. Essentially any of the above may apply. Again, needs more detail.