F
frank.meulblok
Guest
When passing longchars as parameters, the receiving end (callee for input, caller for output) will always use the same codepage the passing end used. In this case: I would assume the SOAP adapter/transport is smart enough to fix the codepage to the encoding used in the request. So the ipMylongchar would match the encoding from the request. And any conversion to your -cpinternal is something you need to take care of yourself. If my assumption is wrong and the adapter/transport doesn't fix the codepage, then indeed you'd get an unfixed longchar which the AVM will then assume is in your -cpinternal codepage.
Continue reading...
Continue reading...