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.  Retrieve image from URL

    Posted 02/01/12 09:33 AM

    Hi
    I am trying to get an image from a url… but it seems that I only get the first chunk from it (2700 bytes).
    Do I have to set PARAM_MD_HTTPCONNECTION_DOWNLOAD_IN_CHUNKS to true? Any other param I need to set to get the whole image (about 40k big)?
    Maybe not relevant, but in the tcp monitor I see a difference in the response: when done with Firefox, I see

    Transfer-Encoding: chunked
    Date: Wed, 01 Feb 2012 08:50:31 GMT

    2000
    ‰PNG

    And when done with the HttpConnectionHandler I always see

    Transfer-Encoding: chunked
    Date: Wed, 01 Feb 2012 08:24:37 GMT

    95e
    ‰PNG

    Many thanks
    Javier


    #webMethods
    #Integration-Server-and-ESB
    #mobile
    #webMethods-General


  • 2.  RE: Retrieve image from URL

    Posted 02/01/12 10:44 AM

    Hi
    Sorry, my problem… the problem was in the url and some “funny” characters
    Best regards
    Javier


    #webMethods
    #mobile
    #webMethods-General
    #Integration-Server-and-ESB