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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Certificate Upload through DSP

    Posted 10/21/08 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 10/21/08 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