示例#1
0
    public void WhenTheDocumentIsSentToWebServiceTheRenderDocumentService()
    {
        brokerClient = new BrokerClient();
        var documentXml = context.Get <string>("DocumentXML");                                                // get the document from the context dictionary

        context["RenderDocumentResponse"] = brokerClient.RenderDocument(FileUtils.Base64Encode(documentXml)); // set in the dictionary the json response of the service
    }