Respected Sir/Mam,

I think, it should be from this service only because the .stb file name is
exactly the same as the output  xml file my  proxy service is writing.
Only one thing that comes to my mind is that, I have scheduled the
execution of this proxy service using scheduledTasks. Could it be the
related ?

Thanks and Regards,
Aditya

On Wed, Feb 28, 2018 at 4:52 PM, Shakila Sasikaran <[email protected]> wrote:

> Hi Aditya,
>
> The .stb file is an 'AutoCAD' file. Modified time of this .stb file and
> the corresponding XML file are different. Could you please check whether
> this file creation is done by any other process?
>
> Thanks
>
> On Wed, Feb 28, 2018 at 4:04 PM, aditya shivankar <
> [email protected]> wrote:
>
>> 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:subst
>> ring-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/ser
>> vices/ReadEmployeeTable?wsdl"/>
>>    <description/>
>> </proxy>
>>
>> With Regards,
>> Aditya
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shakila Sasikaran
> Software Engineer
> Mobile :+94 (0) 77 526 6848
> [email protected]
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to