LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to PUT to a Webservice

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

0 Kudos
Message 1 of 4
(1,170 Views)

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?

 

0 Kudos
Message 2 of 4
(1,150 Views)

Apologies.

Here is the Web Service running under LabView 2017

DeOdderKeith_0-1595517341896.png

 

Here is the Web App running under NXG 5.0

 

 

 

DeOdderKeith_1-1595517441116.png

 

So the question is:

Why is this not sending the PUT data to the Web Service?

 

KM

0 Kudos
Message 3 of 4
(1,128 Views)

DeOdderKeith_0-1595552058235.png

 

 

Any Suggestions?

 

KM

0 Kudos
Message 4 of 4
(1,115 Views)