Respected Sir,

vfs file writer is also generating some undesired .stb files in output
location. Please guide








proxy :

<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="ReadEmployeeTableProxy1"
       startOnLoad="true"
       statistics="disable"
       trace="disable"
       transports="http,https">
   <target>
      <outSequence>
         <property
expression="fn:concat(fn:substring-after(get-property('MessageID'),
'urn:uuid:'), '.xml')"
                   name="transport.vfs.ReplyFileName"
                   scope="transport"
                   type="STRING"/>
         <property name="OUT_ONLY" scope="default" type="STRING"
value="true"/>
         <property name="messageType"
                   scope="axis2"
                   type="STRING"
                   value="application/xml"/>
         <property action="remove" name="LAST_MODIFIED" scope="transport"/>
         <send>
            <endpoint>
               <address uri="vfs:file:///C:/Flatfile/EmployeeOutput"/>
            </endpoint>
         </send>
      </outSequence>
      <endpoint>
         <wsdl port="SOAP12Endpoint"
               service="ReadEmployeeTable"
               uri="http://localhost:8285/services/ReadEmployeeTable?wsdl"/>
      </endpoint>
   </target>
   <publishWSDL uri="http://localhost:8285/services/ReadEmployeeTable?wsdl
"/>
   <description/>
</proxy>

With Regards,
Aditya
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to