<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Hugo Queirós</title>
    <description>The latest articles on Forem by Hugo Queirós (@hugoqueiros).</description>
    <link>https://forem.com/hugoqueiros</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F824664%2F6facb2f8-e1c1-4a3d-8c2b-4ee06c64ea8d.jpeg</url>
      <title>Forem: Hugo Queirós</title>
      <link>https://forem.com/hugoqueiros</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hugoqueiros"/>
    <language>en</language>
    <item>
      <title>ASP.NET Core Web API How to Start</title>
      <dc:creator>Hugo Queirós</dc:creator>
      <pubDate>Mon, 11 Apr 2022 11:59:13 +0000</pubDate>
      <link>https://forem.com/hugoqueiros/aspnet-core-web-api-how-to-start-480m</link>
      <guid>https://forem.com/hugoqueiros/aspnet-core-web-api-how-to-start-480m</guid>
      <description>&lt;p&gt;I am doing for the first time a webapi which i have a oracle database connection. Has someone some tutorials to this, or to help to start this webapi. I have already searched about this topic but i can´t find anything that helps me. Thanks&lt;/p&gt;

</description>
      <category>oracle</category>
      <category>programming</category>
      <category>dotnet</category>
      <category>webapi</category>
    </item>
    <item>
      <title>Cannot read properties of undefined (reading 'childNodes')</title>
      <dc:creator>Hugo Queirós</dc:creator>
      <pubDate>Fri, 11 Mar 2022 09:57:43 +0000</pubDate>
      <link>https://forem.com/hugoqueiros/cannot-read-properties-of-undefined-reading-childnodes-280l</link>
      <guid>https://forem.com/hugoqueiros/cannot-read-properties-of-undefined-reading-childnodes-280l</guid>
      <description>&lt;p&gt;I am trying to parse a text to a text/xml and get the value that is inside a child Node but is giving this error to me (Cannot read properties of undefined (reading 'childNodes'). I want the value true inside of the GetValidUserPasswordResult. This is the code that i am making:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var text = '&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;GetValidUserPasswordResponse xmlns="http://microsoft.com/webservices/"&amp;gt;&amp;lt;GetValidUserPasswordResult&amp;gt;true&amp;lt;/GetValidUserPasswordResult&amp;gt;&amp;lt;/GetValidUserPasswordResponse&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;';
    console.log(text);
    parser = new DomParser();
    xmlDoc = parser.parseFromString(text, "text/xml");


xmlDoc1 = xmlDoc.getElementsByName("GetValidUserPasswordResult")[0].childNodes[0].text;
console.log(xmlDoc1)`

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>javascript</category>
      <category>node</category>
    </item>
    <item>
      <title>DAX queries javascript</title>
      <dc:creator>Hugo Queirós</dc:creator>
      <pubDate>Thu, 10 Mar 2022 10:00:13 +0000</pubDate>
      <link>https://forem.com/hugoqueiros/dax-queries-javascript-2mla</link>
      <guid>https://forem.com/hugoqueiros/dax-queries-javascript-2mla</guid>
      <description>&lt;p&gt;Hi, i am working on a project where they gave me some queries to extract data, but they are dax queries. I have already done the connection to the database but i would like to know if it is possible to do the query on javascript.&lt;br&gt;
Thanks&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>sql</category>
      <category>react</category>
      <category>node</category>
    </item>
    <item>
      <title>Make a Soap call in React js by a webservice</title>
      <dc:creator>Hugo Queirós</dc:creator>
      <pubDate>Thu, 03 Mar 2022 09:24:12 +0000</pubDate>
      <link>https://forem.com/hugoqueiros/make-a-soap-call-in-react-js-by-a-webservice-5d76</link>
      <guid>https://forem.com/hugoqueiros/make-a-soap-call-in-react-js-by-a-webservice-5d76</guid>
      <description>&lt;p&gt;I am doing an application on react where i need to receive some data coming from webservice. I already have the sample of soap request and response, and i already had done some request by the postman and it is working fine. But when i want to make a soap request and response on react, it ives me the same problem every time that is CORS has blocked my access to XMLHttpRequest. Is somebody able to help me?&lt;/p&gt;

</description>
      <category>react</category>
      <category>webservic</category>
      <category>soap</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
