Help for this page

Select Code to Download


  1. or download this
    package MySerializer;
    @MySerializer::ISA = 'SOAP::Serializer';
    ...
        $self->SUPER::envelope($type, @_);
    }
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instanc
    +e" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:S
    +OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http:/
    +/www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xm
    +lsoap.org/soap/encoding/">
    ...
        </CheckResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>