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.

 View Only
Expand all | Collapse all

Certificate Upload through DSP

  • 1.  Certificate Upload through DSP

    Posted Tue October 21, 2008 12:30 PM

    Hi All,

    We are trying to upload a certificate (.der) file though dsp page.
    But when we read the file using File tag in dsp, the contents received by the invoked service seems to be changed than the original certificate file content.
    In file tag we have given the enc type as “multipart/form-data”.

    Normal text file upload is working fine.

    Please let us know if someone has done something of this type or has any idea about uploading certificate files.

    Thanks in advance!!


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


  • 2.  RE: Certificate Upload through DSP

    Posted Tue October 21, 2008 04:49 PM

    Hey Arsh,

    You can use enctype as “multipart/binary-data” or “application/binary” to check if the data gets uploaded to the server unchanged.

    Regards,
    Pradeep


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