<?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: Call API Web Service method Put in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57552#M1505</link>
    <description>&lt;P&gt;Hi Slimane,&lt;/P&gt;
&lt;P&gt;Yes, you can configure that header in your web service (&lt;STRONG&gt;Valider un Ticket&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Request &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Headers&lt;/STRONG&gt;) like so:&lt;/P&gt;
&lt;P&gt;Name: &lt;CODE&gt;Content-Type&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Value: &lt;CODE&gt;application/json; charset=utf-8&lt;/CODE&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7413.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7588i9138C276F8634D8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="7413.png" alt="7413.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;If it doesn't work, you might try setting the value to just&amp;nbsp;&lt;CODE&gt;application/json&lt;/CODE&gt; to see if that works as well. I have seen variation from different APIs.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Dec 2023 20:25:00 GMT</pubDate>
    <dc:creator>charliekovacs</dc:creator>
    <dc:date>2023-12-15T20:25:00Z</dc:date>
    <item>
      <title>Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57547#M1500</link>
      <description>&lt;P&gt;Hi every Body,&amp;nbsp;&lt;/P&gt;
&lt;PRE class="tw-data-text tw-text-large tw-ta" data-placeholder="Traduction" id="tw-target-text" data-ved="2ahUKEwios7mZoIqDAxUxT6QEHQyVBd0Q3ewLegQIBRAQ" dir="ltr"&gt;&lt;SPAN class="Y2IQFc" lang="en"&gt;I try to update a ticket on EasyVista via an API call but it does not work, it works very well via PostMan but with the action which I created in my web service I have this error :&lt;BR /&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 590&lt;BR /&gt;HTTP Response Content: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "type": "about:blank",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "title": "Internal Easyvista Error",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "status": 590,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "message": "An internal error occurred.\r\n &amp;nbsp; &amp;nbsp;Please try again later or contact the system administrator.",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "correlationId": "657832bd35275",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "instance": "/api/v1/50004/actions/S230131_072"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;You Can find more explication with picture Attachment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57547#M1500</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-12T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57548#M1501</link>
      <description>&lt;P&gt;Hi Slimane,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;An HTTP status code in the 500 range such as this usually means there is a problem on the server side, but I have also found it to mean the request you are sending is malformed in a way that the server is not handling.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It looks like you have an input parameter named &lt;STRONG&gt;Corps &lt;/STRONG&gt;that seems to contain a JSON request body. I suggest in your web service action (&lt;STRONG&gt;Valider un Ticket&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Request&lt;/STRONG&gt;) to select &lt;STRONG&gt;Template&lt;/STRONG&gt; on the &lt;STRONG&gt;Body Content&lt;/STRONG&gt; drop down, and then enter &lt;CODE&gt;[Corps]&lt;/CODE&gt; in the text field (as pictured below, for example). I have seen instances where a missing&amp;nbsp;request body on a PUT request like this will cause a 500-level error.&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7409.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7584iFC324E2C1121348E/image-size/large?v=v2&amp;amp;px=999" role="button" title="7409.png" alt="7409.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Another general suggestion is in your web service action, check the "Enable Request Data Output Parameter" checkbox as well as the "Disable Sending of Request" checkbox. Then, when you attempt to run this action in your process, it will print out the request in a Request Data output parameter. You can use this to compare the request to Postman to see where there might be a difference (URL, headers, body, authentication, etc.)&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2023 16:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57548#M1501</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2023-12-13T16:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57549#M1502</link>
      <description>&lt;P&gt;Hi Charlie,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I appreciate you replay, I flowed your advice, howerver, I have got, tow types of errors,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have got this error when I checked the&amp;nbsp;&lt;SPAN&gt;"Disable Sending of Request"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;PUT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://edfreit-stg.easyvista.com/api/v1/50004/actions/S230206_154" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://edfreit-stg.easyvista.com/api/v1/50004/actions/S230206_154&amp;amp;source=gmail&amp;amp;ust=1702582329378000&amp;amp;usg=AOvVaw3hLSgMS8HZ2V-9VlvtqOOw" rel="noopener"&gt;&lt;/A&gt;&lt;A href="https://edfreit-stg.easyvista" target="test_blank"&gt;https://edfreit-stg.easyvista&lt;/A&gt;.&lt;WBR /&gt;com/api/v1/50004/actions/&lt;WBR /&gt;S230206_154&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;Content-Type: text/plain; charset=utf-8&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;Authorisation: Basic *********************************&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;Authorization: Basic ********************************&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;{&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp; "end_action": {&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "doneby_mail":&lt;SPAN&gt; "mycompagnymail@compagny.com"&lt;/SPAN&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;And this error when I Unchecked &lt;SPAN&gt;"Disable Sending of Request" :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;HTTP Status Code: 590&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;HTTP Response Content: {&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "about:blank",&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title": "Internal Easyvista Error",&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status": 590,&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "message": "An internal error occurred.\r\n&amp;nbsp;&amp;nbsp;&amp;nbsp; Please try again later or contact the system administrator.",&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "correlationId": "657a02f87bc59",&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN lang="EN-US"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "instance": "/api/v1/50004/actions/&lt;WBR /&gt;S230206_154"&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;}&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Thank you for your helping&amp;nbsp;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;
&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 19:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57549#M1502</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-13T19:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57550#M1503</link>
      <description>&lt;P&gt;Hi Slimane,&lt;/P&gt;
&lt;P&gt;The first output you shared from the "Disable Sending of Request" checkbox is the handy debug information we want to examine. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; In particular, it is showing us the headers that are included in the request.&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US"&gt;&lt;STRONG&gt;Headers&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;CODE&gt;&lt;SPAN lang="EN-US"&gt;Content-Type: text/plain; charset=utf-8&lt;U&gt;&lt;/U&gt;&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;CODE&gt;&lt;SPAN lang="EN-US"&gt;Authorisation: Basic *********************************&lt;U&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;CODE&gt;&lt;SPAN lang="EN-US"&gt;Authorization: Basic ********************************&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; One thing I notice is you have two auth headers, one called &lt;STRONG&gt;Authorisation &lt;/STRONG&gt;and another called &lt;STRONG&gt;Authorization&lt;/STRONG&gt;. I suspect you only need to include one of these in your request. I assume in your web service you have configured authorization in the &lt;STRONG&gt;Common Authentication&lt;/STRONG&gt; page which will automatically add an Authorization header to your request. You may also have defined another auth header in the specific action for your web service (&lt;STRONG&gt;Actions &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Valider un Ticket&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Request &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Headers&lt;/STRONG&gt;). If you have something for authorization there, I recommend removing it and seeing if your request works.&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Another possible issue is the other header, &lt;STRONG&gt;Content-Type&lt;/STRONG&gt;. It is set to a value of &lt;CODE&gt;text/plain; charset=utf-8&lt;/CODE&gt; but it may need to be changed to &lt;CODE&gt;application/json; charset=utf-8&lt;/CODE&gt; since your request body is JSON-formatted. However, I say that without seeing the documentation for this particular API, so I am speculating here. In my experience, I have seen some APIs are sensitive to this header being absolutely correct.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 16:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57550#M1503</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2023-12-14T16:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57551#M1504</link>
      <description>&lt;P&gt;Hi @Charlie&lt;/P&gt;
&lt;P&gt;Smart analyze thank you for your investigation,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yeah, I have tow Authorization, I deleted one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the mater problem is the &lt;STRONG&gt;Content-Type&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; becauce with Postman i dont have this problem for this call API because I Identify Json type in the body of my request.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But, my question, where can I change the type of the request in the blue prism from &lt;CODE&gt;text/plain; charset=utf-8&lt;/CODE&gt;&amp;nbsp; to&amp;nbsp;&lt;CODE&gt;application/json; charset=utf-8 ?&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;&lt;CODE&gt;Thank you in advance&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2023 23:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57551#M1504</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-14T23:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57552#M1505</link>
      <description>&lt;P&gt;Hi Slimane,&lt;/P&gt;
&lt;P&gt;Yes, you can configure that header in your web service (&lt;STRONG&gt;Valider un Ticket&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Request &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Headers&lt;/STRONG&gt;) like so:&lt;/P&gt;
&lt;P&gt;Name: &lt;CODE&gt;Content-Type&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Value: &lt;CODE&gt;application/json; charset=utf-8&lt;/CODE&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7413.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/7588i9138C276F8634D8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="7413.png" alt="7413.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;If it doesn't work, you might try setting the value to just&amp;nbsp;&lt;CODE&gt;application/json&lt;/CODE&gt; to see if that works as well. I have seen variation from different APIs.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Charlie Kovacs&lt;BR /&gt;Sr. Digital Exchange Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, USA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57552#M1505</guid>
      <dc:creator>charliekovacs</dc:creator>
      <dc:date>2023-12-15T20:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Call API Web Service method Put</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57553#M1506</link>
      <description>&lt;P&gt;&lt;SPAN style="vertical-align: inherit;"&gt;&lt;SPAN style="vertical-align: inherit;"&gt;Bonjour &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="vertical-align: inherit;"&gt;&lt;SPAN style="vertical-align: inherit;"&gt;@Charlie,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It works very well, with the first option :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nom:&lt;/SPAN&gt;&lt;CODE&gt;Content-Type&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Valeur:&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;&lt;CODE&gt;application/json; charset=utf-8&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;&lt;CODE&gt;Thank you very much; thank you for your help and your patience&amp;nbsp;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;&lt;CODE&gt;the problem was the value of my content-Type of my request&amp;nbsp;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Dec 2023 00:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Call-API-Web-Service-method-Put/m-p/57553#M1506</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-16T00:18:00Z</dc:date>
    </item>
  </channel>
</rss>

