Uploaded image for project: 'Synapse'
  1. Synapse
  2. SYNAPSE-851

VFS proxy generates the response.xml with empty content (Synapse-2.2.0-Snapshot trunk)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • NIGHTLY
    • 3.0.0
    • Transports
    • None

    Description

      Used following configuration;
      I see the output(response.xml) at "out" folder is empty..
      <proxy name="StockQuoteProxy" transports="vfs" startOnLoad="true" trace="disable">
      <target faultSequence="fault">
      <inSequence>
      <property name="OUT_ONLY" value="true"/>
      <send>
      <endpoint>
      <address uri="vfs:file:C:\Users\TOSHIBA\Desktop\out"/>
      </endpoint>
      </send>
      </inSequence>
      </target>
      <parameter name="transport.PollInterval">15</parameter>
      <parameter name="transport.vfs.ActionAfterProcess">MOVE</parameter>
      <!-<parameter name="transport.vfs.FileURI">vfs:ftp://anonymous@localhost/in?vfs.passive=true</parameter>->
      <parameter name="transport.vfs.FileURI">file:C:\Users\TOSHIBA\Desktop\in</parameter>
      <parameter name="transport.vfs.MoveAfterProcess">file:C:\Users\TOSHIBA\Desktop\original</parameter>
      <parameter name="transport.vfs.MoveAfterFailure">file:C:\Users\TOSHIBA\Desktop\error</parameter>
      <parameter name="transport.vfs.FileNamePattern">.*</parameter>
      <parameter name="transport.vfs.ContentType">text/plain</parameter>
      <parameter name="transport.vfs.ActionAfterFailure">MOVE</parameter>
      <parameter name="serviceType">proxy</parameter>
      </proxy>

      Attachments

        Activity

          People

            isudana Isuru Udana
            ratha Vijayaratha Vijayasingam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: