use strict; use warnings; use SOAP::Lite 'trace', 'debug'; my $xmltest = < SN_DELETE Create false SN DELETE Primary <titleName><![CDATA[DELETE]]></titleName> <titleLang>ENG</titleLang> <titleType>Primary Legal</titleType> Set in the fictional town of Gulfhaven, Florida (nicknamed "Cougar Town" since its high school teams are the Cougars), the series focuses on a recently divorced woman in her forties facing the often humorous challenges, pitfalls, and rewards of life's next chapter, along with her son, ex-husband, and wine-loving friends who together make up her dysfunctional, but supportive and caring extended family. ENG Turner Internal Red Wine ENG 1 Comedy OFCOM OFCOM false EOF my $soap = SOAP::Lite -> service('http://user:password@lonsmam-is1:5555/ws/tbselXenWebService:XenTxWS?WSDL') -> outputxml(1); $soap->serializer->register_ns('http://www.cnnmedia.com', 'cnn' ); $soap -> processEpisodicProgramme(SOAP::Data->type( 'xml' => $xmltest )); #### #### $soap->serializer->register_ns('http://www.cnnmedia.com', 'cnn' );