<?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: WFA 2.1 upgrade and HTTP errors in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/108027#M19057</link>
    <description>&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Its your client which is a part of the problem.&amp;nbsp;&lt;SPAN&gt;Invoke REST from MS System Center Orchestrator is also .NET based and this error is due to .NET with Jboss7.1 ( which is WFA3.0's server ).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You need to add below key-value pair in request header&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Expect: 100-continue &lt;/PRE&gt;&lt;P&gt;while makiing HTTP requests. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA3.1 has upgraded its Jboss, so this problem might get resolved in wfa3.1. I'll check this and update you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Aug 2015 16:30:24 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-08-01T16:30:24Z</dc:date>
    <item>
      <title>WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73878#M15386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have upgraded to WFA 2.1 recently and am now getting the following error via SOAP calls, only the WFA version has changed.&amp;nbsp; Would anyone be able to tell me where to start looking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Exception calling "getAllWorkflows" with "0" argument(s): "The request failed with HTTP status 505: HTTP Version Not Supported"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Scott &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 22:26:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73878#M15386</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2014-01-28T22:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73883#M15388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This issue is a JBoss7.1 issue and this is the JBoss version WFA2.1 is using. I can give you a solution but I need to know how are you calling the SOAP request because not all client throw this error. Example: Using a soapUI4.1 I don't get this error. I have tried with linux curl cli and that too doesn't give any errors. But calling it from Powershell script using &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #1f497d;"&gt;New-WebServiceProxy&lt;/SPAN&gt; throws this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the solution depends on what is the client that you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warm regards,&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 08:01:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73883#M15388</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-01-29T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73888#M15389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found out that this issue is with .net and Jboss7.1. So all clients that use .NET will suffer this Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution is to set the Expect100Continue to 0 or false. What is Expect100Continue? Here is a blog post on it. &lt;A href="http://alihamdar.com/2010/06/19/expect-100-continue/" title="http://alihamdar.com/2010/06/19/expect-100-continue/" target="_blank"&gt;http://alihamdar.com/2010/06/19/expect-100-continue/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Powershell:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just before calling the &lt;SPAN style="color: #1f497d; font-family: 'Courier New'; background-color: #ffffff;"&gt;New-WebServiceProxy&lt;/SPAN&gt; , write the following line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #7030a0;"&gt;[System.Net.ServicePointManager]::Expect100Continue = $false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #000000;"&gt;&lt;STRONG style="font-family: 'Courier New';"&gt;C#.NET:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #7030a0;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;SPAN class="pln"&gt;servicePoint&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;Expect100Continue&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;false&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7030a0; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;SPAN class="pun"&gt;Any other .NET client with a config file:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #a31515;"&gt;system.net&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #a31515;"&gt;settings&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #a31515;"&gt;servicePointManager&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: red;"&gt;expect100Continue&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: inherit; color: blue;"&gt;false&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #333333;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: inherit; color: blue;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #a31515;"&gt;settings&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #a31515;"&gt;system.net&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; font-family: 'Courier New'; color: #7030a0;"&gt;&lt;SPAN class="pun"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 09:10:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73888#M15389</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-01-29T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73896#M15390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the prompt response.&amp;nbsp; I have updated the code in our lab and have successfully tested jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are indeed using powershell, so calling the .NET framework worked perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 13:04:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/73896#M15390</guid>
      <dc:creator>cscott</dc:creator>
      <dc:date>2014-01-29T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/107381#M18940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are now using WFA 3.0 and the problem is still there. We can not use the workaround since we're initiating from System Center Orchestrator (Invoke REST).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea or experience with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 11:22:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/107381#M18940</guid>
      <dc:creator>Lukas</dc:creator>
      <dc:date>2015-07-16T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: WFA 2.1 upgrade and HTTP errors</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/108027#M19057</link>
      <description>&lt;P&gt;Hi Lukas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Its your client which is a part of the problem.&amp;nbsp;&lt;SPAN&gt;Invoke REST from MS System Center Orchestrator is also .NET based and this error is due to .NET with Jboss7.1 ( which is WFA3.0's server ).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You need to add below key-value pair in request header&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Expect: 100-continue &lt;/PRE&gt;&lt;P&gt;while makiing HTTP requests. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA3.1 has upgraded its Jboss, so this problem might get resolved in wfa3.1. I'll check this and update you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2015 16:30:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-2-1-upgrade-and-HTTP-errors/m-p/108027#M19057</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-08-01T16:30:24Z</dc:date>
    </item>
  </channel>
</rss>

