Help for this page

Select Code to Download


  1. or download this
    <soapenv:Envelope
        xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
        <soapenv:Header>
    ...
           blah... blah... blah...
        </soapenv:Body>
    </soapenv:Envelope>
    
  2. or download this
    use strict;
    
    ...
            return('ok');
        }
    }
    
  3. or download this
    use strict;
    
    ...
        # Read in a text file without using open
        return(do { local( @ARGV, $/ ) = $file ; <> });
    }
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?><soap:Envelope soap:encodingStyl
    +e="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://sche
    +mas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap
    +.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml
    +ns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Body><soap:F
    +ault><faultcode>soap:MustUnderstand</faultcode><faultstring>Unrecogni
    +zed header has mustUnderstand attribute set to 'true'</faultstring></
    +soap:Fault></soap:Body></soap:Envelope>