-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: xmlReadMemory failed (src/messages.c:1905) #122
Comments
Hi, Regards, PS: If you have some leaks, just use valgrind and you should find them easily. |
Thank you Michal. I would like to know few basic things
Thanks |
Hi Rajesh,
Regards, |
Thank you for the information. Coming to my issue of xmlreadmemory, the On Jun 29, 2016 2:24 AM, "michalvasko" [email protected] wrote:
|
What do you mean it is not able to read? There is no other way how to pass the data. If it requires some special kind of reading, then you must do it yourself and then pass a full string (with the data) to the function. Regards, |
Hi sir,
I'm trying to use libcurl as rest API in rpc callback function to call Rest server on Tomcat server. But i get the xmlrReadMemory failed (src/message.c:1905). The error is the const char *data in nc_reply_data_ns(data, data_ns) is failing. This is my code
The whole rpc call back function is:
Is there any way to check the contents of struct string s which is passed as the char* data to nc_reply_data_ns function. Please also guide me in finding the leak in the code.
Note: I can see the response xml back from the rest service using winshark packet capture.
The text was updated successfully, but these errors were encountered: