LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid requested id (web service labview 8.6)

Here you go!!!!

0 Kudos
Message 11 of 20
(1,478 Views)

thanks a lot !! i'll take some time to try this out first

0 Kudos
Message 12 of 20
(1,474 Views)

sorry to trouble again. when i opened the attached file seems got vi conflict and the client file is missing. can u give the full file one more time.

sorry for the trouble 😃

0 Kudos
Message 13 of 20
(1,472 Views)

No Problem, attached project.

Should work.

 

0 Kudos
Message 14 of 20
(1,468 Views)

thank you so much !! i already can get the XML data 😃

btw, can you tell me how then if i want to view through the client page ? what URL should i use ? i try with URL mapping /static and use URL http://localhost/ECG/static/Main.swf but cannot work =(

0 Kudos
Message 15 of 20
(1,464 Views)

No there was no XML data, I tried initially didnt work. As if you need stream XML data following settings required.

 

ECG.png

 

 

For receving XML data use javascript function, publish into web page use following functions.

 

 XMLHttpRequest(), 

 

ajaxGet = new ActiveXObject("Microsoft.XMLHTTP");
 ajaxGet.open("GET",http://localhost:8080/ECG/Array, true);

ajaxGet.setRequestHeader("Content-Type", "text/xml");

0 Kudos
Message 16 of 20
(1,457 Views)

i already did according to your guide. i get the XML data but, still i can't view my client page. i got Acces Error when i try to open it.

i had attached my Flex client code and the project file i used. if possible can u try look at it =))

One more question, the flush output vi from my main vi seems having error. This happened when i try to run the main vi from the front panel. do you have any idea of this situation.

Download All
0 Kudos
Message 17 of 20
(1,444 Views)

Give me some time to work on, as i dont have flash on my pc.

0 Kudos
Message 18 of 20
(1,440 Views)

okay no problem take your time... i already thanks u a lot !!

0 Kudos
Message 19 of 20
(1,438 Views)

hi! did you manage to solve it ? i'm waiting for your reply 😃

0 Kudos
Message 20 of 20
(1,424 Views)