TracyGreen
Level 4
since ‎17-04-19
2 weeks ago

User Statistics

  • 17 Posts
  • 1 Answers
  • 10 Likes given
  • 14 Likes received

User Activity

I am calling https://[myhost]/api/v7/workqueues/[myqueueid]/items/batch with this   [ {         "data": {             "rows": [                 {                     "valueType": "Text",                     "value": "ThisIsMyValue"                 }...
Hello, We are trying to use an api to add items to queues.  We tried exposing an object as a web service, but we will not be able to use it unless we dedicate one of our resource licenses to it.  I know there is a REST API that requires HUB.  We have...
I have an object that I am exposing as a web service.  I got the wsdl for the new service and all my operations are there.  I created a soap project in SOAPUI and am trying to call an operation and I am getting "Invalid operation" with no other detai...
Hello,We are on Blue Prism 6.9.  We are having issues with our conversion to Chrome for our web apps.  We spy elements in browser mode, test the process and everything works fine.  But once in place, we find that sometimes the object doesn't find the...
Many times when calling a service, the wsdl used to configure the client call and the eventual endpoint for the call are different.  In these cases, we should be able to override the endpoint.  In Blue Prism, the endpoint in the wsdl used in configur...