Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
ESB Profile Samples
ESB Profile Samples
nopaneltrue

...

  1. 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
    languagehtml/xml
    <messageBuilder contentType="text/plain" class="org.apache.axis2.format.PlainTextBuilder"/>
  2. 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
  3. Create the above configuration and deploy it in the WSO2 EI profile, see Working with WSO2 Integration Studio.
  4. Drop the edi.txt file found in the <EI_HOME>/samples/service-bus/resources/smooks directory to the transport.vfs.FileURI parameter specified directory.