<?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 RE: Post data to Domino Server using HTTP in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79964#M31765</link>
    <description>&lt;P&gt;​Getting the error shown in the error scrrenshot attached. This happens while using HTTP Utility VBO.&lt;/P&gt;
&lt;P&gt;We have given&lt;/P&gt;
&lt;P&gt;content type - application/json&lt;BR /&gt;method - POST&lt;BR /&gt;BODY Format - '{"Name" : "JOHN"}'&lt;BR /&gt;URL for Domino Server&lt;BR /&gt;&lt;BR /&gt;Let me know if someone can help here&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tanmay Bagla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Dec 2020 09:01:00 GMT</pubDate>
    <dc:creator>TanmayBagla</dc:creator>
    <dc:date>2020-12-11T09:01:00Z</dc:date>
    <item>
      <title>Post data to Domino Server using HTTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79962#M31763</link>
      <description>How to post data to a server using HTTP request. Is there any guide or link to show that as part of an example.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tanmay Bagla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79962#M31763</guid>
      <dc:creator>TanmayBagla</dc:creator>
      <dc:date>2020-12-10T15:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Post data to Domino Server using HTTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79963#M31764</link>
      <description>Hi Tanmay,&lt;BR /&gt;&lt;BR /&gt;There are two general options to check out. One would be the HTTP Utility VBO: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/http-communication-utility" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/http-communication-utility&lt;/A&gt;&lt;BR /&gt;The other would be create a Web Service within Blue Prism. Here is a guide: &lt;A href="https://portal.blueprism.com/documents/v63-user-guide-web-services" target="test_blank"&gt;https://portal.blueprism.com/documents/v63-user-guide-web-services&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this is helpful to get you started. If you provide more details on what you want to accomplish, we may be able to provide more guidance. ​​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Patrick Aucoin&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Dec 2020 15:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79963#M31764</guid>
      <dc:creator>PatrickAucoin</dc:creator>
      <dc:date>2020-12-10T15:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Post data to Domino Server using HTTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79964#M31765</link>
      <description>&lt;P&gt;​Getting the error shown in the error scrrenshot attached. This happens while using HTTP Utility VBO.&lt;/P&gt;
&lt;P&gt;We have given&lt;/P&gt;
&lt;P&gt;content type - application/json&lt;BR /&gt;method - POST&lt;BR /&gt;BODY Format - '{"Name" : "JOHN"}'&lt;BR /&gt;URL for Domino Server&lt;BR /&gt;&lt;BR /&gt;Let me know if someone can help here&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tanmay Bagla&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2020 09:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79964#M31765</guid>
      <dc:creator>TanmayBagla</dc:creator>
      <dc:date>2020-12-11T09:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Post data to Domino Server using HTTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79965#M31766</link>
      <description>HTTP 400 would indicate the server is not happy with the JSON you're sending. I'd assume Blue Prism is either not posting the JSON, or it's in a bad format. I'd verify the data item that you're storing the JSON in is being formatted accurately (if you're calculating via an expression, perhaps a quote mark or something is missing). Are you able to test the POST from outside of Blue Prism? That would ensure the issue is specific to Blue Prism, and that the server is not rejecting your JSON.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Dec 2020 15:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Post-data-to-Domino-Server-using-HTTP/m-p/79965#M31766</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-12-11T15:54:00Z</dc:date>
    </item>
  </channel>
</rss>

