Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 628 Bytes

NOTES.md

File metadata and controls

18 lines (17 loc) · 628 Bytes

Steps

  1. Generate the document: [done]
  2. Build the document as an object. [done]
  3. doc.to_xml [done]
  4. Sign the resulting document [done]
  5. doc.sign [done] 1. Transform the BaseBuilder into a decorator of document responsible for generate the document without the signature called XMLDocument [done] 2. Create a new decorator called SignatureDocument, responsible for sign the document [done]
  6. Send the document
  7. doc.send 1. Prepare 0. Generate name of file
    1. Zip the document
    2. Transform document to a byte array
    3. Generate SOAP 2. Send
    4. Send to endpoints