cancel
Showing results for 
Search instead for 
Did you mean: 

unable to access the blueprism webservice from external server

HEMA__KAMMILI
Level 2
i created a blueprism object and exposed it as a webservice and trying to access it from external server , sending some data to the blue prism webservice from external server (created soap client by using nodejs) we are unable to trigger the process. i.What are the authentication privileges needed by third party to access blue prism webservices and where should they be given? ii. What is the request format that to sent from external server to blueprism webservice ? iii. what is the response format that to be sent from blueprism webservice to external server? iv. Will blueprism automatically triggers and perform actions in that object exposed as webservice upon rquesting this object from external server?
7 REPLIES 7

naveenabangaru
Level 2
Even i am working on the same issue can anyone help to resolve this

John__Carter
Staff
Staff
Have you read the web services guide? The section called 'Consume an Exposed Blue Prism Web Service using Visual Studio' provides a step by step guide. https://portal.blueprism.com/system/files/product/productpublic/5.0/Blu…

ParagVaishnava
Level 3
Dear All, I tried accessing the Business Object of Blue Prism. First Error : I was getting Unauthorised Error 401 ( When I was accessing through .Net ) . Then I provided my credentials which I log into the Blue Prism server. Now I am not getting the error. Now My question is Do I need to specifically publish the pages in the Object ? which is the method which I need to call ? Is it Initialize ? Thanks, Parag Vaishnava

John__Carter
Staff
Staff
Parag - please read the guide, it answers all your questions. Yes you need to publish. Then you need to expose your object as a WS. Then you need to decide whether to auto-initialise or manual-initialise when calling the WS.

naveenabangaru
Level 2
thank you john can blueprism run automatically when we call/hit the exposed bp web service using external server

John__Carter
Staff
Staff
You can't launch BP itself via a WS, BP has to be running to expose the WS in the first place. But you can run the process/object via the WS.

HI John, 1) I published the web service 2) Exposed object as WS as I am able to get teh WSDL and able to add reference to my dot net code 3) Need help --> How to autoinitialise and Manual initilase when calling WS ? --> I need steps for the same . Also how to provide the BP instance for the same ? thanks, Parag