Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
Deploy the SimpleStockQuoteService in sample Axis2 server and start it on port 9000. Then add the plain text builder to the messageBuilders section of the axis2.xml found in the
<EI_HOME>/conf
directory. Here is the sample configuration.Code Block language html/xml <messageBuilder contentType="text/plain" class="org.apache.axis2.format.PlainTextBuilder"/>
- User has to edit the
synapse_sample_654.xml
found in the<EI_HOME>/samples/service-bus
directory. These are the configuration parameters that needs to be edited.- transport.vfs.FileURI
- transport.vfs.MoveAfterProcess
- transport.vfs.ActionAfterFailure
- Create the above configuration and deploy it in the WSO2 EI profile, see Working with WSO2 Integration Studio.
- Drop the edi.txt file found in the
<EI_HOME>/samples/service-bus/resources/smooks
directory to the transport.vfs.FileURI parameter specified directory.