- or download this
my $som = SOAP::Lite
-> encoding('literal')
...
$som -> call(SOAP::Data->name('GetFUR')-> attr({xmlns => 'https://webd
+pc.federfarma.lombardia.it/DpcServices/FurService'}) =>
$input,$securityHeader);
- or download this
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x
+mlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="h
+ttp://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.x
+mlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soa
+p/envelope/">
<soap:Header>
....
- or download this
<![CDATA[<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-in
+stance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xml
+ns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://
+schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoa
+p.org/soap/envelope/">
<soap:Header>
......
]]>