blueprism

Blue Prism - Trying to run automation in Remote Desktop

谁说胖子不能爱 提交于 2019-12-01 14:49:36
I am having blue prism architecture where my blue prism server and database server are in different machines which I access via taking remote desktop. I scheduled my bot to run at server VM. Now when I am connected to VM using Remote Desktop Protocol and keep the window in monitoring mode(watching it), All my scheduled jobs works fine, But if I minimize that VM window (By minimizing RDP )or if I dont do RDP to VM machine, Then the automation stops and throws errors. For checking purposes I also created a process on different server where Blue prism was installed and notices that everything

C# Runtime Error when implementing WSSE Security Headers with custom fields in SOAP request

╄→гoц情女王★ 提交于 2019-12-01 05:01:16
问题 I am trying to send a SOAP request to a web service that uses WSSE and UsernameToken for authentication. The sample query is as follows (masking confidential data): <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:kas="http://webservice.com"> <soapenv:Header> <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken> <wsse:Username>abc</wsse:Username> <wsse:CustomField>123</wsse