jdorner / node-sapnwrfc

SAP Netweaver RFC SDK bindings for Node.js
MIT License
55 stars 23 forks source link

RAW fields encoding issue in invocation result #12

Open solepano opened 9 years ago

solepano commented 9 years ago

Hello, we are using the module to connect to a SAP instance. After invoking a function and inspecting the result, we noticed that for fields of type "RAW" the returned value is not the expected one. We get for example J*�㾀�� instead of 4A2ADF0FE3BE80D8E10080000A6627E7. Maybe raw fields in result should be Base64 encoded. Thanks, Sole