简体   繁体   English

Perl脚本通过身份验证调用WCF服务?

[英]Perl script to call WCF Service with authentication?

I'm using Perl script to call a WCF service which uses Custom Username and Password Validator. 我正在使用Perl脚本来调用使用自定义用户名和密码验证程序的WCF服务。 I just wanted to know how to pass the username and password from Perl script? 我只是想知道如何从Perl脚本传递用户名和密码?

Thank you 谢谢

Wow, you really didn't give us a lot to go on here. 哇,您真的没有给我们太多帮助。 A custom authentication script using WCF . 使用WCF的 自定义身份验证脚本。

Okay, what is WCF and how does this custom authentication work? 好的,什么是WCF?此自定义身份验证如何工作? Is there an API of some sort? 是否有某种API? Does it use a SOAP Interface? 它使用SOAP接口吗?

I found something about How to Call a .NET-based Web Service Using the SOAP::Lite Perl Library . 我发现了一些有关如何使用SOAP :: Lite Perl库调用基于.NET的Web服务的信息 Will that help? 有帮助吗?

Otherwise, you'll have to give us more information. 否则,您必须给我们更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM