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
- Notification: Polling for completion. A download method similar to that defined below will be required.
- Notification: Email notification. In addition to the download method, the translated content could optionally be attached to the notification email
- 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.
- Notification: BPEL4WS notification messages. Essentially any of the above may apply. Again, needs more detail.