LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading and displaying soap out parameters

How do I read a soap out parameter from a .net method? Although displayed in blue, when I right click on the method output with the wiring tool the method and property options are greyed. Creating a indicator only results in a .net box on the front panel.
0 Kudos
Message 1 of 6
(2,852 Views)
hey parker,

What constructor do you have selected? Are you getting a compile error from the constructor node itself?...because if that is not valid you would not be able to acces the methods and properties.

-Brett
0 Kudos
Message 2 of 6
(2,835 Views)
The counstructor is part of a locally developed web service. I can pass data to and get data from the method; however there is additional data in what is known as a "soap out parameter". When I invoke the web method the data comes up as a reference; however I cannot attach a property node to this reference to get to the data.
0 Kudos
Message 3 of 6
(2,827 Views)
It seems that you are doing everything correctly so I can only guess that the parameters are not valid or are not properly exposed.

-Brett
0 Kudos
Message 4 of 6
(2,810 Views)
All:
0 Kudos
Message 5 of 6
(2,783 Views)
All:
Per NI this access is outside the capability of LV 7.1.
I thank you all for your support

Parker
0 Kudos
Message 6 of 6
(2,781 Views)