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

Posting Some 2 bytes characters to ASP page problem !

  • 1.  Posting Some 2 bytes characters to ASP page problem !

    Posted 01/15/03 08:43 PM

    I have a problem posting some 2 bytes characters to an asp(Aactive Server Page) page of MS IIS from dsp(Dynamic Server Page) in IS.

    ** data string is 2bytes characters(euc-kr) korean language set.

    **in dsp page

    **in asp page

    <% data_string = request(“data_string”)
    response.write(“data_string =” &data_strin;ng)
    %>

    **result value
    data_string = ???

    It’s appeared incorrectly and enread korean language set.
    so i tryed to test ‘urlencode’ and others but the result was same.

    i want to your help.

    best regards.


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