<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.smlsoap.org/soap/envelope/">
  <SOAP-ENV:Header>
    <SOAP-SEC:Signature
      SOAP-ENV:actor=""
      SOAP-ENV:mustUnderstand="1"
      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12">
      <dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
        <dsig:SignedInfo>
          <dsig:CanonicalizationMethod Algorithm="http://www.w3.org/2001/REC-xml-c14n-20010315"/>
          <dsig:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
          <dsig:Reference URI="#43871">
            <dsig:Transforms>
             <dsig:Transform Algorithm="http://www.w3.org/TR/2000/CR-xml-c14n-20000126"/>
            </dsig:Transforms>
          <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
          <dsig:DigestValue>  Skrt wiadomoci zakodowany algorytmem Base64
          </dsig:DigestValue>
        </dsig:Reference>
      </dsig:SignedInfo>
      <dsig:SignatureValue>
        ... Podpis zakodowany algorytmem Base64 ...
      </dsig:SignatureValue>
      <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <KeyValue>
          <RSAKeyValue>
            <Modulus> modu zakodowany algorytmem Base64 ...</Modulus>
            <Exponent>AQAB</Exponent>
          </RSAKeyValue>
        </KeyValue>
        <X509Data>
          <X509IssuerSerial>
            <X509IssuerName>
               CN=Purchase Order Service, OU=Purchase Order Department, O=SkatesTown, L=, S=NY, C=US  sformatowane do wydruku
            </X509IssuerName>
            <X509SerialNumber>993353832</X509SerialNumber>
          </X509IssuerSerial>
          <X509SubjectName>
            CN=Purchase Order Service, OU=Purchase Order Department, O=SkatesTown, L=, S=NY, C=US  sformatowane do wydruku
          </X509SubjectName>
          <X509Certificate>
             certyfikat X.509 zakodowany algorytmem Base64 ...
          </X509Certificate>
        </X509Data>
      </KeyInfo>
    </dsig:Signature>
  </SOAP-SEC:Signature>
</SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <po xmlns="http://www.skatestown.com/ns/po" id="43871" submitted="2001-12-06">
      
    </po>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
