cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert work items into Work Queue?

HongJooChoi
Staff
Staff

Dear Community
We were queried by the customer as to whether there's any way for the 3rd-party entity (such as Chatbot) to insert work items into the existing Work Queue.
What would be the simplest way to enable the 3rd-party entity to access the Work Queue?
Looking forward to your guide.



Best regards


------------------------------
HongJoo Choi
------------------------------
12 REPLIES 12

Hello, HongJoo,

you cannot import wsdl of the business object you exposed. Well, you could but it would not make sense I guess. Anyway, if you want to get wsdl, type in your browser on the computer where you exposed business object http://computername:8181/ws/ in case of default port is configured. Then you will see what has been exposed and you click on the link and wsdl will be shown.

I assume this is not what you want. You want to call Blue Prism SOAP web service for adding items to queue. To test it you need to get familiar with either SOAPUI or Postman so that you can test calling Blue Prism SOAP webservice. Are you familiar with one of those tools?

Regards

Zdenek

------------------------------
Zdeněk Kabátek
Head of Professional Services
NEOOPS
http://www.neoops.com/
Europe/Prague
------------------------------

@HongJooChoi,

If you're testing this locally on your machine and you go to http://127.0.0.1:8181/ws/ and you're getting a connection refused then you either:
  • Don't have an actual Blue Prism runtime resource instance running
  • You do in fact have some sort of firewall running which is intercepting the request.
  • Your runtime resource is configured to require HTTPs
Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi, @Eric Wilson


Great thanks to your check points, which was a great help.
The issue has been resolved !


Regards

------------------------------
HongJoo Choi
------------------------------