Please forward your questions to the user list(cc'ed). You need to subscribe.
Rajika On Tue, Jun 5, 2012 at 10:35 AM, B. MOHAN <[email protected]> wrote: > Dear *Rajika Kumarasiri ,* > can you please tell me how to call <outsequence >class in proxy > definition, > clearly how to send response from <insequence> mediator to invoke > outsequence class/custom mediator during each file transfer. > > if there are any mistake in asking my question format please pardon me... > i am very enthusiastic in learning Wso2 esb..please help me sir. > > On Tue, May 29, 2012 at 4:01 PM, B. MOHAN <[email protected]>wrote: > >> ThankYou So much *Rajika Kumarasiri* sir for having your valuable time, >> Surely i will post my question to [email protected] >> >> >> On Tue, May 29, 2012 at 3:57 PM, Rajika Kumarasiri <[email protected]>wrote: >> >>> You don't have to write any custom codes. Just use dbreport mediator( or >>> DSS product) to insert the record(which comes in the SOAP envelope) into >>> the db. Take a look at the dbreport sample in the ESB sample repository. >>> Also you can post your question to [email protected](you need to subscribe) >>> so more people will see your questions. >>> >>> Rajika >>> >>> >>> On Tue, May 29, 2012 at 3:51 PM, B. MOHAN <[email protected]>wrote: >>> >>>> *Dear * *Rajika Kumarasiri,* >>>> >>>> I need the file name to read the xml file node by node and insert the >>>> node value in to database table. >>>> >>>> >>>> On Tue, May 29, 2012 at 3:38 PM, Rajika Kumarasiri <[email protected]>wrote: >>>> >>>>> Why do you want the file name ? If you put a log mediator with log >>>>> level full you will see that what ever the message read from the VFS is >>>>> there in the SOAP envelope. >>>>> >>>>> mc.getSOAPEvenlope.toString() and use that to parse appropriated. >>>>> >>>>> Rajika >>>>> >>>>> >>>>> On Tue, May 29, 2012 at 3:22 PM, B. MOHAN <[email protected]>wrote: >>>>> >>>>>> *Dear * *Rajika Kumarasiri,* >>>>>> Thank you so much for your instant reply >>>>>> I have done that calling the custom mediator. >>>>>> By deafult *mediate(MessageContext mc)* method is calling >>>>>> >>>>>> But could you please tell me how we can pass the *xml file name* to >>>>>> this method from vfs proxy definition.So that we can refer to that file >>>>>> and >>>>>> parse it. >>>>>> >>>>>> >>>>>> On Tue, May 29, 2012 at 3:11 PM, Rajika Kumarasiri >>>>>> <[email protected]>wrote: >>>>>> >>>>>>> You can write a custom class mediator to do this and declare it in >>>>>>> the insequence of the vfs proxy. >>>>>>> >>>>>>> Hope this helps. >>>>>>> >>>>>>> Rajika >>>>>>> >>>>>>> >>>>>>> On Tue, May 29, 2012 at 3:08 PM, B. MOHAN >>>>>>> <[email protected]>wrote: >>>>>>> >>>>>>>> *Dear Rajika Kumarasiri,* >>>>>>>> * >>>>>>>> * >>>>>>>> * This is mohan, recently i started working on wso2 esb.* >>>>>>>> * >>>>>>>> * >>>>>>>> *The task which i am handling is to read/transfer xml file from >>>>>>>> an ftp location to a particular directory.* >>>>>>>> * >>>>>>>> * >>>>>>>> *while transfering the xml file i need to parse the transferd xml >>>>>>>> file by refering to a particular java class.* >>>>>>>> * >>>>>>>> * >>>>>>>> *I could able to transfer the xml file from ftp to a local >>>>>>>> directory through proxy service but coudnt able to parse it by >>>>>>>> refering to >>>>>>>> java class.* >>>>>>>> * >>>>>>>> * >>>>>>>> *Could you please suggest me in solving the problem.* >>>>>>>> *I am attaching the ServiceBusConfiguration xml file please see it. >>>>>>>> * >>>>>>>> * >>>>>>>> * >>>>>>>> *Look further for your reply and support. >>>>>>>> * >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Thanks&Regards,* >>>>>>>> >>>>>>>> *MOHAN .B* >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Regards,* >>>>>> >>>>>> *MOHAN .B* >>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> *Regards,* >>>> >>>> *MOHAN .B* >>>> >>>> >>>> >>> >> >> >> -- >> >> *Regards,* >> >> *MOHAN .B* >> >> >> > > > -- > > *Regards,* > > *MOHAN .B* > > >
_______________________________________________ User mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/user
