Help for this page

Select Code to Download


  1. 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 
    +));
    
  2. 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">
    
  3. or download this
    $soap->serializer->register_ns('http://www.cnnmedia.com', 'cnn' );