Developing Web Services (Real-Time, Windows)

Parent Topic: Overview: Web-based Communication with a LabVIEW Application

Web services enable communication between LabVIEW applications and web clients. You can develop a Web service in a LabVIEW project.

Note��For more information about concepts in this topic, refer to the Web services introduction and tutorial. LabVIEW Web services are available only in the LabVIEW Full Development System and the LabVIEW Professional Development System.

A Web service consists of four major components: HTTP method VIs, HTTP method VI dependencies, startup VIs, and static content files:

Before you publish a Web service, test the Web service to ensure that clients can invoke and communicate with HTTP method VIs and static content as expected. If you notice unexpected behavior or errors, you can correct them and then test the Web service again.

Related Information

Components of a Web Service

Developing HTTP Method VIs

Developing Startup VIs to Initialize and Communicate with HTTP Method VIs

Integrating Static Content into a Web Service

Testing and Debugging a Web Service

Understanding the Web Services Architecture and File Locations