PatrickChilders
Level 3
since ‎18-04-19
‎18-03-24

User Statistics

  • 10 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

I've used Visual Studio to consume a blue prism web service successfully. Unfortunately for authentication I can only seem to get it to work by hard-coding in a password. The documentation for web services includes samples but they too have hard-code...
The process I'm currently working on has some memory issues. I'm building emails from markup. These emails contain dynamically sized tables (more data = bigger table to email). The table cannot be an attachment. Unfortunately this means that I have ...
I have spied an HTML element. I have listed all of the attributes provided to us in the Application Modeller in a collection. I looped through this collection sending every attribute to a Read stage to read the attribute of that element. Of the 20 H...
So for little more reason than, 'to see if I could', I was trying to get Blue Prism's C# to be an IronPython interpreter: http://www.secretgeek.net/host_ironpython In trying to make it work ( which I did eventually, but that's neither here nor there...