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 ?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.