Hi,
I write a simple post webservice to add two inputs. I published it on my system and accessed it using LabVIEW Post.vi (buffer). In my system I was able to get the expected results.
But when I publish the same in one of our servers here, the inputs are not getting reflected in the webservice. I checked it using the the shared variable. The service is getting called. I checked it using some dummy output.
Do I need to do some settings in my server machine? or send some headers?
I also tried using the header "Content-Type" as Text/plain, but didn't workout.
I tried sending the data directly using the web-services management, there I was getting the correct results.
Can anybody help me with this issue.