08-24-2011 09:40 AM
Hi guys,
I am new to web service and want to implement it.
What i did is, imported a web service from tools>> import web service.
gave the link as i have stored the web service there: http://localhost/test1/desktopmodules/IWebCSharp/webservice.asmx?WSDL.
Lib was created of all the methods present in the webservice.
now i created exe of the code and included the webservice.dll.
now the exe is run on another PC with the webservice then the exe is not giving output.
what can be the problem ,also is there any option where i can give input the webservice address.
regards,
Shrenik
08-27-2011 11:27 PM
Does the station, where you are executingn the exe, have permission to access the webservice? I suspect that after you created the exe, there is a problem with the webservice.dll's path. Try to debug in exe mode and see is that path in the exe where you placed your dll during the dll call.
08-29-2011 04:29 AM
Hi Shrenik,
You may find the following presentation on using, creating and deploying web services useful in implementing webservice using labview.
http://zone.ni.com/wv/app/doc/p/id/wv-2509
This tutorial will also explain how to give an address for Webservice.
Regards,
Ankur