IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

How to upload an excel from DSP to IS service

  • 1.  How to upload an excel from DSP to IS service

    Posted Wed September 24, 2008 01:14 PM

    Hi,

    I have a requirement to upload an excel from the local file system from the dsp which have to trigger a service inside IS which will read the excel and convert to inputstream. This inputstream will be given as the input to workbook (Jexcel API) to convert into document type.

    The code is as follows

    do i need to specify enctype=“multipart/form-data” in my html.

    How I need to code a java or Flow service as to extract the data from this excel…

    If any one have the sample code for this requirement… ? kindly help me out in solving this.

    Regards
    Hiubert


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: How to upload an excel from DSP to IS service

    Posted Wed September 24, 2008 05:22 PM

    Quick answer: Yes. Add <enctype=“multipart/form-data”> to your form element.

    As to the coding, there are a number of posts on both this site and Advantage that cover this topic.

    Do a search on either site for “upload file”.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services