Document to share XML-RPC client VIs for LabVIEW and provide feedback, suggestions, request, etc.
The first VI is a very simple XML-RPC client that sends a method call with numeric parameters to a server and receives the response.


[1/17/2010] Added a LV 8.0 version of the code. This VI includes a custom version of the HTTP Post VI as HTTP Post didn't exist in LabVIEW 8.0.
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
This looks really useful. My interest is that I would really like to see a Robotic Operating System (ROS) interface in LabVIEW and this is certainly the first step.
Please save in LabVIEW 9.0 because it was saved in LabVIEW 10. Thanks
There seem to be some serious issues in the comment editing fields of NI Community right now, which is causing the messed up formatting and error messages.
If you get the error message 'An unexpected error has occurred. Please make sure that your session did not expire while viewing this page.' ignore it and assume your message has been posted correctly. Refresh the page.
Hi,
I need to communicate to RPC server running on port 7700 with a username and password. How do I this in labview? Does anyone have any examples?
As the example below?