Webservices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-01-20 09:03 AM
Hello,
I have created a process and exposed the process as Webservice. I am using resourcename:8181/ws/ to access the exposed process and I am able to see the process exposed.
However i am trying to trigger this process but i am not able to do so. I tired using Postman to trigger this webservice, but failed.
Could any of you let me know how would i be able to run a process which is exposed as webservice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-01-20 06:09 AM
What's the URL that you are tyring to post to?
------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
https://www.rpatools.com/
"If you like this post, please press the "Recommend" Button.
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-01-20 06:17 AM
Hi Vivek,
So i am testing this: So i use localhost:8181/ws/ and i see the process which i have exposed. When i click on this i get an XML which is also fine.
However when i am trying to trigger this process through postman using credentials of system it says the request could not be completed.
It would be helpful if you let me know how a blueprism process/object exposed as webservice can be triggered
------------------------------
Chandan Raju
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-01-20 06:33 AM
Go through this first please.
------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
https://www.rpatools.com/
"If you like this post, please press the "Recommend" Button.
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-01-20 07:20 AM
Thank You, but i had gone through this document and this document just explains how a process can be exposed and how third party webservices can be consumed. But i was not able to find how a process in Blueprism exposed as webservices can be triggered or tested
So I just wanted to know if there is any way i could test this triggering of process exposed as webservice.
------------------------------
Chandan Raju
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-05-20 07:50 PM
Are you able to succesfully trigger the process using Web services
------------------------------
Harish
RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-20 09:05 AM
Yes i was able to trigger the process using Postman/Soap UI on the runtime resource for my testing purpose.
------------------------------
Chandan Raju
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-05-20 01:47 PM
------------------------------
Harish
RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-20 10:52 AM
Also you could check with the below config in Postman if everything is in intact:
1. Select POST Request in Postman, and send the URL leaving the ?wsdl i.e., https://[machine name]:[port]/ws/ProcessName
2. Under the Authorization tab:
a. Select Basic Auth
b. Enter your Blueprism credentials
3. Under the Header section:
a. Change the value of Content-Type to application/xml
4. Under the Body section:
a. Fill in the XML as shown below with the required changes highlighted in BOLD:
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:Soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:blueprism:webservice:PROCESSNAME">
<soapenv:Header/>
<soapenv:Body>
<urn:PROCESSNAME soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</soapenv:Body>
</soapenv:Envelope>
Hope this helps
------------------------------
Chandan Raju
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-08-20 10:17 AM
------------------------------
André Ferreira
Consultant
Agap2it
Europe/Lisbon
------------------------------
