07-23-2020 08:26 AM
I am trying t write a value (String) to a Web Service.
Within the Web Service, Based on the input string, I will be returning two string values
I have the return (GET) working.
However I cannot get the NXG Web VI to "send" a value.
I've tried to PUT a value to the same URL that is returning the value.
But to no avail.
Does anyoine have an example of a WebAPP in NXG doing a PUT to a Web Service (in LabView 2017)?
DOK
07-23-2020 09:06 AM
Do you have code that ppl can look at? Posting the VI will help.
So are you trying to write a string value from a client PC running NXG to a user client running the Web Service? Are you passing data though to a server like SystemLink or Cloud?
07-23-2020 10:18 AM
Apologies.
Here is the Web Service running under LabView 2017
Here is the Web App running under NXG 5.0
So the question is:
Why is this not sending the PUT data to the Web Service?
KM
07-23-2020 07:55 PM
Any Suggestions?
KM