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

Code is not updating at DSP

  • 1.  Code is not updating at DSP

    Posted Tue April 14, 2015 01:50 PM

    Hi Team,
    i have created one dsp page in 8.2 .which is invoking flow service inside dsp.
    service is getting some code , which is tried to display in dsp page .it is not updating as expectd and same value is displaying same in page .like

    Result:

    abcd
    1234

    Code:

    <%invoke service%> <%value Result%> <

    But same ,i have used in 7.1.2 IS ,it is working fine.
    Can any one tell me ,do we required any settings for 8.2 version ?

    Thanks
    Siva


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


  • 2.  RE: Code is not updating at DSP

    Posted Tue April 14, 2015 11:49 PM

    Hi Siva,

    It seems the browser is not able to render DSP page in Integration Server (IS) Administrator properly.
    Here IS seems to send the non-DSP content using the chunked transfer coding. If a client or browser requests a DSP page on the same HTTP connection immediately after IS sends the custom DSP page content, IS sends the newly requested DSP page using chunked transfer coding as well.
    This problem might exist only in a particular IS version, which can be resolved by applying an IS version fix. Please check if there is an IS Core fix available for your IS version; that should resolve this issue.

    Let me know if this helps.

    Regards,
    Vikas


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