LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice in LabVIEW 2009

Solved!
Go to solution

Hi, i am trying to start a webservice as shown in the webcast

 

http://zone.ni.com/wv/app/doc/p/id/wv-810

 

I tried it with the same kind of vi(the sum operation). The Webservice is successfully deployed but i cant access it even from the same machine. The address i type in the address bar of internet explorer is

 

http://localhost/Math/sum/2/5

 

My webservice name is Math. I am using windows 7, LabVIEW 2009. My project is attached.

 

Thanks.

LabVIEW 8.2,8.6,2009...still learning 😛
0 Kudos
Message 1 of 5
(2,597 Views)
Solution
Accepted by wond3rboy

maybe you should try

http://localhost:8080/Math/sum/2/5

 

The web services port for LabVIEW is normally not the default port (80). It depends on your server settings.

Message 2 of 5
(2,591 Views)

Thanks.

LabVIEW 8.2,8.6,2009...still learning 😛
0 Kudos
Message 3 of 5
(2,585 Views)

Dear

 

I am using webservice and now i want to change the default 80 port to some other port.

 

please tell me the procedure where i have to change the settings and where i can change my server settings.

 

i hvae tried by changing the port in tools > options but not succeeded.

 

regards

0 Kudos
Message 4 of 5
(2,514 Views)

To change WebServices port please do the following change..

 

1. Goto Tools->Options

2. Goto Web Server page

3. Click "Configure Web Application Server"

WebAPP server.png

4. This action will open a page in your browser as below. Go and change the port in highlighted section.

Port.png

 

Default port for labview webservices is 8080.

 

Thanks,

AnandSP

Anand kumar SP
Senior Project Engineer
Soliton Technologies Pvt Ltd
0 Kudos
Message 5 of 5
(2,505 Views)