5960616263646566
if (schema != null) { m.setSchema(schema); } m.marshal(of.createInvoice(invoiceType), outputStream); } catch (Exception e) { throw new FailedToMarshalException(e); } }