Log.out.debug("Begin attaching sides");
Dms oDms = getSession().getDms();
Document rcpt = oDms.getDocument(sRecipient);
String sTaxPayerId = rcpt.type().name().equals("TaxPayer") ? sRecipient : getSessionAttribute("taxpayer_docid");
if (sService.equals("INVOICES")) {
disconnect();
DepositToZespedBridge oDzb = new DepositToZespedBridge(CaptureService.INVOICES, lDepositId, getSessionAttribute("user_uuid"), sFlavor, sTaxPayerId, sBiller, sRecipient);
oDzb.start();
Log.out.debug("Done attaching sides");