如何在Perl中发送此SOAP XML? [英] How do I send this SOAP XML in Perl?

查看:86
本文介绍了如何在Perl中发送此SOAP XML?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须在下面发送XML.我不知道从哪里开始.我知道我需要在Perl中查找SOAP,但是大致如此.

I have to send the XML below. And i have no idea where to start. I know i need to look up SOAP in Perl but thats roughly it.

<xs:element name="CheckDomain"> 
<xs:complexType> 
<xs:sequence> 
<xs:element name="domain" type="domainRef"/> 
<xs:element name="suggestions" type="xs:boolean" default="false" minOccurs="0"/> 
</xs:sequence> 
</xs:complexType> 
</xs:element>

推荐答案

从哪里开始?开始阅读 SOAP :: Lite 的文档; 此处.

Where to start? Start reading the documentation for SOAP::Lite; there are more expansive SOAP handling libraries here.

如果您需要更多帮助,则可以在Stackoverflow上有关SOAP的一些早期问题中找到所需的内容.

If you need more help, you may find what you need in some of the earlier questions on SOAP at Stackoverflow.

这篇关于如何在Perl中发送此SOAP XML?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆