03-04-2021 06:43 AM
Hello!
I don't speak English, so I use a translator to write.
I add the table name to the POST buffer in webvi and send it to the application designed with LabVIEW,
Application is developing a program that searches the table name transmitted through POST from the DB and responds to the searched data with "Write Response.vi".
When you start the Web Service in LabVIEW project, the development works exactly, but does not work when you build it.
I want to install Webvi and Application on a PC without a development program.
I'm attaching a code to get a little idea.
Thank you.
Development environment
Windows 10 pro 64bit
LabVIEW 2019 32bit pro
NXG 5.0 pro
03-05-2021 02:41 PM
It sounds like you're having trouble when you build an application in LabVIEW that implements your web service. But the project file that you attached doesn't include a Build Specification, so I can't review the configuration for potential problems.
Can you share a copy of the project with the Application (EXE) Build Specification that you're using?
03-05-2021 09:59 PM
Unfortunately, I can't share the code I've developed.
The attached code has almost the same structure as the current project.
I just want to know how to use LabVIEW Web service on a PC that does not have a development program installed.
Are there any examples to refer to?
03-07-2021 05:34 PM
Yes, there is a Web Services example that ships with LabVIEW:
<LabVIEW>\examples\Connectivity\Web Services\Weather Monitor\Web Services - Weather Monitor.lvproj