 therinoy
		
			therinoy
		
		
		
		
		
		
		
		
	
			04-18-2019 11:18 PM
Hello everyone.
I call web service from LabVIEW 2018 to a web application in LabVIEW NXG but it doesn't show the value. What should I config or what should I do?
Thank you in advance. 
Solved! Go to Solution.
 MilanR
		
			MilanR
		
		
		
		
		
		
		
		
	
			
			
    
	
		
		
		04-19-2019
	
		
		12:13 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		01-13-2025
	
		
		08:35 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi therinoy,
Looking at the Web Resources you have configured in the LabVIEW 2018 project, I think the URL in the WebVI may not be fully configured.
I would expect a URL similar to http://127.0.0.1:8080/BL11WebService/MainPage but right now it seems like the web resource name was omitted from the URL.
You can verify the URL by right clicking on a Web Resources VI, such as MainPage.vi, and choosing Show Method URL. Detailed instructions are available in the Testing section of the Creating and Accessing a LabVIEW Web Service tutorial.
In addition, WebVIs in LabVIEW NXG 3.0 and prior do not support automatic error handling. It may be beneficial to implement error handling by wiring error wires to an indicator to see if errors occur on the WebVI diagram in-case the error messages can provide more detail. More strategies for debugging are available in the Debugging a WebVI topic.
04-20-2019 01:08 AM - edited 04-20-2019 01:10 AM
Hello Milan.
Thank you so much for answering me, now I found the problem. It not about localhost but I forget to create a control on the front panel of web service, that why the value not show. Whatever, I have to thank you again. 