cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

We migrated our DB from SA 9.02.3951 to SA 16.0.0.1948. Our last remaining problem to resolve is with SOAP request, with some charset conversion. With version 9, we don't have problem sending string value, char(100) with french characters (é, è, etc..) the procedure receive the correct value. With SA16, any string value with these chars are received as 1A1A (hex).

DB charset is cp1252, client making the SOAP request is IIS by an application developed in C#.

Any suggestion ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

We found a working solution. Instead of using the procedure input parms directly, obtaining the value from http_variable('parm') does the trick for us.