LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

connect to webservice

did you use something like 127.0.0.1 oder localhost on the server pc where it worked or did you use the public ip address to test?

0 Kudos
Message 11 of 29
(536 Views)

Check to browser settings for proxys.

Maybe on both computers only the own ip adress is excluded, so the second test computer browser will try to access via a proxy.

0 Kudos
Message 12 of 29
(535 Views)

Have you checked that you specified the Port number (usually 8080 if not explicitely changed) to the URL?

Olivier L. | Certified LabVIEW Developer


0 Kudos
Message 13 of 29
(534 Views)

On the server PC both the localhost and the internal IP work well, when I put the external ip on my server PC, I get a "Could not  connect error"

0 Kudos
Message 14 of 29
(533 Views)

Olivier:

 

Yes the port is set to 8080, and I've used in the URL (ip:8080/servicename/viMapping)

0 Kudos
Message 15 of 29
(531 Views)

Watchout for nasty proxy settings

0 Kudos
Message 16 of 29
(529 Views)

I checked for proxy settings, and no proxy is used for the browsers on both PCs.

 

I am running out of options

0 Kudos
Message 17 of 29
(527 Views)

Double check -> options -> web server -> browser access -> browser acces list = * && "allow viewing and controling" is set

0 Kudos
Message 18 of 29
(522 Views)

I double checked, all is in order.

 

Do I have to configure my router for it to work?

0 Kudos
Message 19 of 29
(519 Views)

You said that you entered external IP adress on serverPC, is this normal?

I think your server PC get your webserver.

Then your client PC ask your webserver with the URL, and your webservice answers with datas. Am I wrong?

 

Regards,

 

Olivier L. | Certified LabVIEW Developer


0 Kudos
Message 20 of 29
(518 Views)