<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is the default Webservices - in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65683#M18288</link>
    <description>Is the default ""Webservices - REST"" object not sufficient? It supports OATH and simple HTTP requests</description>
    <pubDate>Thu, 26 Jan 2017 20:21:00 GMT</pubDate>
    <dc:creator>__</dc:creator>
    <dc:date>2017-01-26T20:21:00Z</dc:date>
    <item>
      <title>How to consume Restful webservice?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65681#M18286</link>
      <description>Hi,

We are querying a database using 4 dynamic variables and then using the data in the process. As of now, we are using a modified version of OLEDB connection object. However, we want to migrate to a webservice which will be taking the 4 parameters as input and a collection will be given as output from the database.

The webservice is a RESTful webservice. Can someone help on methods of execution? Do we need to write additional code for this?</description>
      <pubDate>Wed, 25 Jan 2017 11:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65681#M18286</guid>
      <dc:creator>YogitaKulkarni</dc:creator>
      <dc:date>2017-01-25T11:29:00Z</dc:date>
    </item>
    <item>
      <title>Im pretty sure BP only</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65682#M18287</link>
      <description>Im pretty sure BP only directly supports SOAP, so you'll have to Write additional code for this. You can try to use a WebClient or use https requests or something in Your code and see if you can get a Connection to the webservice. Remember to add the credentials to the WebClient if you go that route... Something like
wc As New WebClient
wc.Credentials = New NetworkCredential(user,pw)</description>
      <pubDate>Thu, 26 Jan 2017 16:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65682#M18287</guid>
      <dc:creator>AdamSørensen</dc:creator>
      <dc:date>2017-01-26T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Is the default Webservices -</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65683#M18288</link>
      <description>Is the default ""Webservices - REST"" object not sufficient? It supports OATH and simple HTTP requests</description>
      <pubDate>Thu, 26 Jan 2017 20:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65683#M18288</guid>
      <dc:creator>__</dc:creator>
      <dc:date>2017-01-26T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Webservices are great if you</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65684#M18289</link>
      <description>Webservices are great if you are communicating data accross domains or accross the internet.  For communication within a domain I actually thing database communication if possible is a simpler and more robust method of providing source data to a Blue Prism solution than using web services.
As mentioned, Blue Prism does not provide native support for RESTful web services - only SOAP is built into the product.  However, they do provide  HTTP and JSON objects with the product (in the VBO folder) but you will need to have the developer/programmer knowledge to use these to create the interface to your bespoke web service.  Maybe contact your Blue Prism DEM if you require more help with this.</description>
      <pubDate>Fri, 27 Jan 2017 15:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65684#M18289</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-01-27T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Thanks.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65685#M18290</link>
      <description>Thanks.
As of now, I have written a code which tries to call the webservice, but there are some problems in that. It is saying that for calling, the webservice needs to be HTTP and not a HTTPS webservice.
It is known that this is a HTTPS webservice with SSL security.
Does anybody has a clue on how this can be worked around?</description>
      <pubDate>Fri, 27 Jan 2017 18:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-consume-Restful-webservice/m-p/65685#M18290</guid>
      <dc:creator>YogitaKulkarni</dc:creator>
      <dc:date>2017-01-27T18:40:00Z</dc:date>
    </item>
  </channel>
</rss>

