Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Hi You can do . Please look
Hi
You can do . Please look at Sample 256. It only set 'Subject' and with the same way (i.e using property mediator), you can set following.
// transport / mail headers
"Subject"
"To"
"From"
"Cc"
"Bcc"
"Reply-To"
"In-Reply-To"
"Message-ID"
"References"
Thanks
Indika
Thank you very much. i'm
Thank you very much. i'm going to try it
Hi! I want to send SOAP
Hi!
I want to forward SOAP request to mail. Not sure how sample 256 can solve my problem because it listens for MAIL messages and not for SOAP requests. Is there any way to forward soap request to mail? Maybe i need to move "header name="To" expression="fn:concat('mailto:'" to inSeuquence in http proxy?
You just need to use a mail
You just need to use a mail endpoint.
http://wso2.org/project/esb/java/3.0.0/docs/samples/transport_samples.html#Sample255
Spending some time on the samples index would help.
Rajika
Hi! Sorry, i skipped 255
Hi!
Sorry, i skipped 255 sample because it was related to vfs transport. Now mail sending works fine.
I need to modify content which goes to mail. Now mailendpoint sends the whole soapenv:Envelope as attachment. I want to compose human readable mail: extract some arguments from request,insert them to mail template and send this message. Is it possible to send non soap content using mail endpoint?
Thx!
This is not possible. When
This is not possible. When sending out the message using the mail transport your payload will pack into a SOAP envelope and it'll deliver as the email.
Rajika