2 Replies Latest reply on Feb 22, 2012 3:21 AM by mohankumarc8988

    Printing an XML file read by File Provider

    mohankumarc8988

      Hi Friends,

       

      I can able the read the xml file from the file provider and I can print that Xml file in the console using systemln Action.

      But when i try to print using Custom Action like :

       

      System.out.println("Received request: " + message.getBody().get()) ;

       

      It will print as====> 00:50:58,754 INFO  [STDOUT] Received request: [B@f4a9a3

       

      Instead of read XML...

       

      Whats the correct way to print the Content of XML file???

       

      Replies will be appretiated

       

      Thanks in Advance,

       

      Mohan Kumar C