- or download this
use strict;
use warnings;
use SOAP::Lite 'trace', 'debug';
...
$soap->serializer->register_ns('http://www.cnnmedia.com', 'cnn' );
$soap -> processEpisodicProgramme(SOAP::Data->type( 'xml' => $xmltest
+));
- or download this
<soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/enc
+oding/" xmlns:soap="http://schemas.xmlsoap
.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/en
+coding/" xmlns:tns="http://www.cnnmedia.com" xmlns:wsdl="http://schem
+as.xmlsoap.
org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="htt
+p://www.w3.org/2001/XMLSchema-instance">
- or download this
$soap->serializer->register_ns('http://www.cnnmedia.com', 'cnn' );