Forum Discussion

sskumar's avatar
sskumar
New Contributor
15 years ago

How to convert xml response for web serivce in to Excel

How to convert xml response for web serivce in to Excel. At present i copy and paste in Excel and do little bit macro to compare with actual results

5 Replies

  • Jasper175's avatar
    Jasper175
    Frequent Contributor
    This might be what you're looking for.
    I'm doing SOAP API's but the return is still XML.

    I have a "Property Transfer" & "DataSink"
    > The property Transfer will pull responses & send them to the DataSink
    > The DataSink will send the values to Excel

    DataSink Settings:
    File: Is a template how you want the sheet to look. Can even be blank doc.
    Out File: Is the file it writes to and is in the format of the template
    Worksheet: Is the sheet the template uses
    Start at Cell: Need I explain but be sure if you use a header in the template - then start at A2

    Hope that helps
    Rob
  • sskumar's avatar
    sskumar
    New Contributor
    UNABLE TO RECOGNIZE OLE STREAM..am i missing something from installation or settings?
  • Jasper175's avatar
    Jasper175
    Frequent Contributor
    That's specific to Excel - are you using 2007/(xlsx)? If so - convert to xls - - xlsx doesn't work in SoapUI
  • Jasper175 wrote:
    That's specific to Excel - are you using 2007/(xlsx)? If so - convert to xls - - xlsx doesn't work in SoapUI


    Converting from xlsx to xls worked for me. This is helpful. Thanks.