LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Import Secured Web services

Hello!
 
I have installed web services under IIS 5.2 and have made the Default Web Site and the Webservices directories secured by imposing Windows Integrated Authentication.
Now the problem is that, I cannot import the webservices to generate .lvlib. Earlier I could generate by providing WSDL URL, but now it says the URL is bad.
 
Is there any way that I can import webservices from the secured server, to my labview application?
 
 
Thanks ahead,
Vaibhav Shah
Vaibhav
0 Kudos
Message 1 of 4
(2,752 Views)

Hi

You can found on this link a tutorial about how import webservices on LabVIEW : http://zone.ni.com/devzone/cda/tut/p/id/4728

Just as a test, you can use another web serive to try just to make sure everything was working correctly. This is from google http://api.google.com/GoogleSearch.wsdl and if you use this in the wizzard and then continue with no authentication, then the next page shows the available functions, so we know thats working.

Regards,

Christophe S.
Account Manager East of France І Certified LabVIEW Associate Developer І National Instruments France

0 Kudos
Message 2 of 4
(2,736 Views)

Hi Christophe!

Thanks for the message and also thanks for the google webservices URL.

NI Zone's page was the first one from where I learnt importing webservices, but it doesn't say anything about secured webservices.

Infact, after I sent that message, the next day my application could also import webservices from the secured computer.

It made me confused also, but then, I know now that even if webservices are behind the MS Window's authentication they can still be imported. Am I right?

So, the problem wasn't about authentication. 

By the way, I have been facing another problem with webservices and I have put that question in another forum also. Here,

http://forums.ni.com/ni/board/message?board.id=170&thread.id=315084

It is about, if I change some thing in the webservices, or if I install the webservices on another computer, I have to rebuild the library, and then have to replace all function VI's in the application VI. Is there any way that I just have to update webservices URL in the VI and not replace each function?

 

Thanks ahead!

 

 

Best regards,

Vaibhav

Vaibhav
0 Kudos
Message 3 of 4
(2,723 Views)
Hi Christophe!
 
Once again, I updated the webservices program and I have to import it from the server. And I have kept the authentication to Window Integrated, and removed the selection of Anonymous access. And guess what? I cannot import the webservices. When I select the Anonymous access, it imports the webservices.
 
However, I can import the webservices from the google address.
 
Not sure where is the problem.
 
 
Any clues?
 
Thanks
Vaibhav
0 Kudos
Message 4 of 4
(2,622 Views)