Parent Topic: Building a LabVIEW Application to Deploy Remotely
Complete the following steps to prepare VIs you want to use to build a Web service.
 |
Note LabVIEW Web services are available only in the LabVIEW Full Development System and the LabVIEW Professional Development System. |
- Add all VIs you want to use in the Web service to the LabVIEW project. Make sure the VIs are saved in the version of LabVIEW used to create the Web service.
- For any Web method VIs that include VIs from the Web Services palette, you must wire a control labeled httpRequestID to the connector pane of the Web method VI. You also must wire the httpRequestID control to each of the VIs from the Web Services palette that are present in the Web method VI.
- For any Web method VIs that use a URL to pass input parameters, add the corresponding controls and indicators to the connector pane of the Web method VI.