LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XMLRPC with labview

For a project i need to use XMLRPC protocol with labview. I would like to know  if anybody has a code to communicate with this protocol.
 
Thanks a lot.
 
Fabien NOIRY
0 Kudos
Message 1 of 2
(2,472 Views)
Hello.
 
XMLRPC protocol in Labview : This is a simple protocol ontop of HTTP.
You can stop me if i am wrong.
I think you can use :
Use TCP/IP Open to open a connection.
Use TCP/IP Write to write the request.
Use TCP/IP Read to read the data.
I advice to have a look at the TCP/IP Examples  for details.
 
Best Regards.

Romain D.
National Instruments France

0 Kudos
Message 2 of 2
(2,452 Views)