How to use web services in blueprism

polugopi

New Member
Hi All,
I need to download files from one shared drive using web services.
I am new to work with web services.Can any one please explain how to work with web services.
if possible please share video link.


Thanks,
P. Gopi
 

Marck12

New Member
Here are some techniques for Sharing link having used web service.
allow communication and interoperability between applications running on different platforms and built with different technologies
enable different applications to share common standard formats and representations
can be reused by many different types of applications
are loosely coupled with other services
allow flexibility in choosing the functionalities you need
 
Hi All,
I need to download files from one shared drive using web services.
I am new to work with web services.Can any one please explain how to work with web services.
if possible please share video link.


Thanks,
P. Gopi
There is a Blue Prism Web Services User Guide available on the Blue Prism Portal. There are videos on YouTube you could try.
 

riderc1

Member
The documentation is ok - I found the YouTube videos to be very helpful.
Blue Prism has SOAP web services. They provide a few code samples in VB/C#. I got mine working using PHP (company I work with primarily uses PHP so it made more sense).
You can also use a VBO for RESTful APIs.
 
Top