Question

I have to read new emails that arrive into a mail server(Pop3/Imap). The emails must be transformed from text format into soap message and then routed to another OSB Proxy Service. Can I use a web service for the transformation? When and how calling it?

Any suggestions will be appreciated. Thanks.

Fairlie

Was it helpful?

Solution

It is surely possible.

  1. Create a service account. Use the username and password for the mail account and select type as Static.
  2. Create an OSB Proxy service of Messaging Service Type. On Protocol configuration page, select email as the protocol and provide the details.
  3. In the Message flow you can make the necessary transformations using Xquery
  4. Call any service that you wish to call using either Routing, Service Callout or Publish.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top