08-24-2011 05:25 AM
Hi,
I am new to using web services from labVIEW.
I would like to import list of methods a web service is providing into LabVIEW VIs
is there any limitation in terms of the
Web services should have been developed only in .net
Not in Java or C etc.
I am seeing an url which we needed to use as "http://10.155.20.100:8080//ControllerService" only.
This is not being accepted by import wizard
Can anyone please enlighten me on this?
Regards
Prakash
08-24-2011
05:44 AM
- last edited on
05-04-2025
07:01 PM
by
Content Cleaner
Dear Prakash,
Follow below mention links. These links will help you to understand Web Services.
1. Web Services in LabVIEW
3. Web Services
You can use any environment webservice. Only the thing you have to know the correct information of that particular web service.
08-24-2011 05:56 AM
Thanks for the reply.
But, I dont want to publish/create any web service from labVIEW.
In other words I am not looking for hosting the web services from labview so that other web clients can access.
I want to import web services supported by another web server into labVIEW
I am trying to use labVIEW import wizard for importing the web services, methods as labVIEW VIs
I would like to use labVIEW as a web client for the web server, whose web services are developed using JAVA (tomcat, axis)
But for importing the URL of the web services offered by web server is expecting .asmx?wsdl only
let me know if you need any other info.
Thanks
Prakash
08-24-2011 06:50 AM
Hi,
To make it simple, how to access the web services hosted by web server (developed in Java) from LabVIEW?
Thanks,
Regards,
Prakash
08-25-2011 11:20 PM
Hi All,
Is it possible to consume Web Services "developed in Java and deployed with Tomcat/Axis" from LabVIEW?
Can anyone please help me on this?
Regards,
Prakash
09-19-2011 11:43 AM
I'm sorry I dont have the answer to this question, I wish to express my desire to have your question answered also. Currently we have to put all of our JAVA webservices in a .NET wrapper to be used by LabView developers. LabView Engineers, please respond!
Hi All, Is it possible to consume Web Services "developed in Java and deployed with Tomcat/Axis" from LabVIEW? Can anyone please help me on this? Regards, Prakash ....
04-11-2012 01:33 PM - edited 04-11-2012 01:40 PM
I'm running into the same problem except I'm deploying the webservice using .NET WCF (not asp). I'm using LabVIEW2011 32bit on Windows 7 64bit. Is this possible? My WSDL URL is something like this: http://localhost:8085/TSNISvcLib/TSNISvcLibImpl/ABC?wsdl and I'm getting the error below:
AEs please advise/respond!!!