Web Services
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-12-16 02:57 PM
Hi,
Is there a way to call a VBO/process that has been exposed as a web service, from external code?
If so, which url is used to call this web service?
Thanks
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-12-16 03:22 PM
Hi Ritesh - check the BP help but essentially its http://[machinename]:[port]/ws/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-12-16 04:03 PM
Hi John,
Thanks for your reply.
So if I make a HTTP GET request to this url, it will invoke the web service?
Or will this just access the WSDL for the web service?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-12-16 10:55 PM
It will show you the available service WSDLs for that resource; to call an individual service the url will include the service name. Try it - expose a process as a WS and navigate to the address in IE.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-12-16 03:39 PM
I have entered http://[machine name]:8181/ws/WSTest/ into IE, where WSTest is the name of the exposed process.
The response i get is a HTTP 404 Error.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-12-16 05:55 PM
I can recommending downloading and using SOAPUI to test your web services. The tool allows you to set input parameters to test the SOAP service and check the resultset returned.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-12-16 07:05 PM
Hi Denis,
Thanks, I will check it out.
Also, do you know if there is some sort of authentication which is needed to carry out an exposed Blue Prism web service when calling it from external code?
