Help for this page

Select Code to Download


  1. or download this
    Received message: n="1.0" encoding="UTF-8"?>
    <Capabilities xsi:schemaLocation="http://Capabilities.CUIntegration.co
    +m capabili
    ties.xsd" xmlns="http://Capabilities.CUIntegration.com" xmlns:xsi="htt
    +p://www.w3
    ...
    n="1.0" encoding="UTF-8"?>
    ^
    The document has no document element.
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use IO::Socket;
    ...
            print "VALID\n";
        }
    }
    
  3. or download this
    #!/usr/bin/perl -w
     
    use strict;
    ...
        $MySocket->send($xml1);
        sleep 5;
    }