Perl:如何生成包的 WSDL 描述?
我将用 Perl 编写一个简单 SOAP Web 服务。 它接受两个整数和一个字符串作为输入,并生成二进制数据(png 文件)以输出(QR 码生成器)。 我可以从包源生成它的 WSDL 描述吗?
I am going to write a simple SOAP web service in Perl.
It accepts two integers and one string in input and produces binary data (png file) to output (a QR code generator).
Can I produce it's WSDL description from the package source?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从未尝试过,但 Pod::WSDL 看起来很有用。
Never tried it but Pod::WSDL looks useful.