<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>JavaScript SOAP Client</title><link>http://javascriptsoapclient.codeplex.com/project/feeds/rss</link><description>By using a single little JavaScript library and, on the server side, simply exposing a Web Service with remote methods, you can use AJAX to create dynamic Web applications with no need for reloading the entire page.</description><item><title>New Post: FireFox bug with version 2.4</title><link>http://javascriptsoapclient.codeplex.com/discussions/444162</link><description>&lt;div style="line-height: normal;"&gt;Good morning&lt;br /&gt;
&lt;br /&gt;
I recently downloaded 2.4 (2007.12.21) of the JavaScript SOAP client and I found that the newer versions of FireFox receive cut off data from the web services.&lt;br /&gt;
&lt;br /&gt;
I fixed the problem by replacing some code within the &amp;quot;SOAPClient._node2object&amp;quot; method so that it uses the &amp;quot;arr&amp;quot; array to populate the &amp;quot;obj&amp;quot; object - same as version 1.4 (2005.12.10) of the script.&lt;br /&gt;
&lt;br /&gt;
Yours sincerely&lt;br /&gt;
&lt;br /&gt;
Werner&lt;br /&gt;
&lt;/div&gt;</description><author>WernerCloete</author><pubDate>Sat, 18 May 2013 22:22:25 GMT</pubDate><guid isPermaLink="false">New Post: FireFox bug with version 2.4 20130518102225P</guid></item><item><title>New Post: FireFox bug with version 2.4</title><link>http://javascriptsoapclient.codeplex.com/discussions/444162</link><description>&lt;div style="line-height: normal;"&gt;Good morning&lt;br /&gt;
&lt;br /&gt;
I recently downloaded 2.4 (2007.12.21) of the JavaScript SOAP client and I found that the newer versions of FireFox receive cut off data from the web services.&lt;br /&gt;
&lt;br /&gt;
I fixed the problem by replacing some code within the &amp;quot;SOAPClient._node2object&amp;quot; method so that it uses the &amp;quot;arr&amp;quot; array to populate the &amp;quot;obj&amp;quot; object - same as version 1.4 (2005.12.10) of the script.&lt;br /&gt;
&lt;br /&gt;
Yours sincerely&lt;br /&gt;
&lt;br /&gt;
Werner&lt;br /&gt;
&lt;/div&gt;</description><author>WernerCloete</author><pubDate>Sat, 18 May 2013 22:22:25 GMT</pubDate><guid isPermaLink="false">New Post: FireFox bug with version 2.4 20130518102225P</guid></item><item><title>Commented Issue: Response format [29008]</title><link>http://javascriptsoapclient.codeplex.com/workitem/29008</link><description>&amp;#60;p&amp;#62;sometimes response format can be methodName &amp;#43; &amp;#38;quot&amp;#59;Return&amp;#38;quot&amp;#59;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;i added to SOAPClient._onSendSoapRequest &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;line&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#9;if&amp;#40;nd.length &amp;#61;&amp;#61; 0&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#9;&amp;#9;nd &amp;#61; SOAPClient._getElementsByTagName&amp;#40;req.responseXML, method &amp;#43; &amp;#38;quot&amp;#59;Return&amp;#38;quot&amp;#59;&amp;#41;&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;and now it&amp;#38;&amp;#35;39&amp;#59;s works for me&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: Zheckreb ** &lt;p&gt;Well done!&lt;/p&gt;&lt;p&gt;I found the same issue when I used this library. That's because some browsers interpret the xml files in a sligthlty different way.&lt;/p&gt;&lt;p&gt;Does your solution works in all browsers?&lt;/p&gt;</description><author>Zheckreb</author><pubDate>Fri, 15 Feb 2013 02:58:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Response format [29008] 20130215025810A</guid></item><item><title>Commented Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/workitem/25453</link><description>&amp;#60;p&amp;#62;Hi, I tried test the JS Soap client, but I keep getting an &amp;#38;quot&amp;#59;wsdl is null&amp;#38;quot&amp;#59; error in the error console of Firefox. Can anyone help me with this problem&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;The demo code is here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.linkflora.pl&amp;#47;demos&amp;#47;dotnet&amp;#47;default.htm&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: Zheckreb ** &lt;p&gt;If you're having the &amp;quot;wdsl is null&amp;quot; problem, you have check the wsdl output file in your browser. Sometimes, some error messages are exposed within this output file, producing the problem. &lt;/p&gt;&lt;p&gt;Otherwise, you should check the syntax of the wsdl file you are using.&lt;/p&gt;&lt;p&gt;&lt;br&gt;- Zheck.&lt;/p&gt;</description><author>Zheckreb</author><pubDate>Fri, 15 Feb 2013 02:47:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20130215024717A</guid></item><item><title>Created Issue: "access denied".  while calling xmlHttp.open [33385]</title><link>http://javascriptsoapclient.codeplex.com/workitem/33385</link><description>Hello&lt;br /&gt;&lt;br /&gt;I tried to implement this solution &amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.guru4.net&amp;#47;articoli&amp;#47;javascript-soap-client&amp;#47;en&amp;#47; &lt;br /&gt;&lt;br /&gt;I am using version 2.4&lt;br /&gt;&lt;br /&gt;However, I have an error on the XMLHttpRequest.open&lt;br /&gt;&lt;br /&gt;I am using webservice url as below&lt;br /&gt;&lt;br /&gt;&amp;#38;quot&amp;#59;http&amp;#58;&amp;#47;&amp;#47;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#47;vawws&amp;#47;demos&amp;#47;dotnet&amp;#47;webservicedemo.asmx&amp;#38;quot&amp;#59; &lt;br /&gt;&lt;br /&gt;It said &amp;#38;quot&amp;#59;access denied&amp;#38;quot&amp;#59;. &lt;br /&gt;&lt;br /&gt;Please help me , I am at very critical stage&lt;br /&gt;</description><author>pradgaik</author><pubDate>Mon, 19 Nov 2012 20:11:49 GMT</pubDate><guid isPermaLink="false">Created Issue: "access denied".  while calling xmlHttp.open [33385] 20121119081149P</guid></item><item><title>Commented Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/workitem/25453</link><description>&amp;#60;p&amp;#62;Hi, I tried test the JS Soap client, but I keep getting an &amp;#38;quot&amp;#59;wsdl is null&amp;#38;quot&amp;#59; error in the error console of Firefox. Can anyone help me with this problem&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;The demo code is here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.linkflora.pl&amp;#47;demos&amp;#47;dotnet&amp;#47;default.htm&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: lucasgrecco ** &lt;p&gt;I have the same problem here. That's a problema with cross-domain....&lt;/p&gt;&lt;p&gt;http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/&lt;/p&gt;</description><author>lucasgrecco</author><pubDate>Fri, 05 Oct 2012 19:11:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20121005071102P</guid></item><item><title>Source code checked in, #99885</title><link>http://javascriptsoapclient.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://javascriptsoapclient.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Created Issue: _node2object overwrites objects with the same tag name [33093]</title><link>http://javascriptsoapclient.codeplex.com/workitem/33093</link><description>Assuming the following xml&amp;#58;&lt;br /&gt;&amp;#60;Data&amp;#62;&lt;br /&gt;  &amp;#60;row&amp;#62;a&amp;#60;&amp;#47;row&amp;#62;&lt;br /&gt;  &amp;#60;row&amp;#62;b&amp;#60;&amp;#47;row&amp;#62;&lt;br /&gt;  &amp;#60;row&amp;#62;c&amp;#60;&amp;#47;row&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;Data&amp;#62;&lt;br /&gt;resulted object will be &lt;br /&gt;&amp;#123;Data&amp;#58; &amp;#123;row&amp;#58; c&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;The following part of _node2object function must be modified&amp;#58;&lt;br /&gt;&amp;#9;if&amp;#40;&amp;#33;isarray&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;var obj &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;if&amp;#40;node.hasChildNodes&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;obj &amp;#61; new Object&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;for&amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; node.childNodes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;var p &amp;#61; SOAPClient._node2object&amp;#40;node.childNodes&amp;#91;i&amp;#93;, wsdlTypes&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;obj&amp;#91;node.childNodes&amp;#91;i&amp;#93;.nodeName&amp;#93; &amp;#61; p&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;return obj&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;A possible solution can be &amp;#40;which works for me, but not tested very well&amp;#41;&amp;#58;&lt;br /&gt;&amp;#9;if&amp;#40;&amp;#33;isarray&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;var obj &amp;#61; node.hasChildNodes&amp;#40;&amp;#41; &amp;#63; &amp;#123;&amp;#125; &amp;#58; null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;for&amp;#40;var i &amp;#61; 0&amp;#59; i &amp;#60; node.childNodes.length&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;var p &amp;#61; SOAPClient._node2object&amp;#40;node.childNodes&amp;#91;i&amp;#93;, wsdlTypes&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;var cname &amp;#61; node.childNodes&amp;#91;i&amp;#93;.nodeName&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;obj&amp;#91;cname&amp;#93;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;obj&amp;#91;cname&amp;#93; instanceof Array&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;obj&amp;#91;cname&amp;#93;.push&amp;#40;p&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;else &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;obj&amp;#91;cname&amp;#93; &amp;#61; new Array&amp;#40;obj&amp;#91;cname&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;else &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;obj&amp;#91;cname&amp;#93; &amp;#61; p&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;return obj&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;The result will be&amp;#58; &amp;#123;Data&amp;#58; &amp;#123;row&amp;#58; &amp;#91;a,  b, c&amp;#93;&amp;#125;&amp;#125;&lt;br /&gt;</description><author>SorinSarca</author><pubDate>Wed, 05 Sep 2012 16:21:22 GMT</pubDate><guid isPermaLink="false">Created Issue: _node2object overwrites objects with the same tag name [33093] 20120905042122P</guid></item><item><title>New Post: Soapclient is not working on mobile browser</title><link>http://javascriptsoapclient.codeplex.com/discussions/393742</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I was testing my pages to access my own web services...working fine on my pc...but when i tried to run same page on android (default and firefox) browser, soapclient is not working...remember that webservices are running fine if I run them directly.&lt;/p&gt;
&lt;p&gt;Help plz...&lt;/p&gt;
&lt;/div&gt;</description><author>umairali19</author><pubDate>Thu, 30 Aug 2012 12:48:59 GMT</pubDate><guid isPermaLink="false">New Post: Soapclient is not working on mobile browser 20120830124859P</guid></item><item><title>New Post: Soapclient is not working on mobile browser</title><link>http://javascriptsoapclient.codeplex.com/discussions/393742</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I was testing my pages to access my own web services...working fine on my pc...but when i tried to run same page on android (default and firefox) browser, soapclient is not working...remember that webservices are running fine if I run them directly.&lt;/p&gt;
&lt;p&gt;Help plz...&lt;/p&gt;
&lt;/div&gt;</description><author>umairali19</author><pubDate>Thu, 30 Aug 2012 12:48:59 GMT</pubDate><guid isPermaLink="false">New Post: Soapclient is not working on mobile browser 20120830124859P</guid></item><item><title>New Post: Soapclient is not working on mobile browser</title><link>http://javascriptsoapclient.codeplex.com/discussions/393742</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I was testing my pages to access my own web services...working fine on my pc...but when i tried to run same page on android (default and firefox) browser, soapclient is not working...remember that webservices are running fine if I run them directly.&lt;/p&gt;
&lt;p&gt;Help plz...&lt;/p&gt;
&lt;/div&gt;</description><author>umairali19</author><pubDate>Thu, 30 Aug 2012 12:48:59 GMT</pubDate><guid isPermaLink="false">New Post: Soapclient is not working on mobile browser 20120830124859P</guid></item><item><title>Commented Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/workitem/25453</link><description>Hi, I tried test the JS Soap client, but I keep getting an &amp;#34;wsdl is null&amp;#34; error in the error console of Firefox. Can anyone help me with this problem&amp;#63;&lt;br /&gt;The demo code is here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.linkflora.pl&amp;#47;demos&amp;#47;dotnet&amp;#47;default.htm&lt;br /&gt;Comments: ** Comment from web user: p0pc0rn ** &lt;p&gt;it is same problem here. please help us&lt;br /&gt;this code work in http&amp;#58;&amp;#47;&amp;#47;www.guru4.net&amp;#47;articoli&amp;#47;javascript-soap-client&amp;#47;demo&amp;#47;&lt;br /&gt;but not work in local&lt;/p&gt;</description><author>p0pc0rn</author><pubDate>Thu, 26 Jul 2012 17:53:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20120726055342P</guid></item><item><title>Commented Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/workitem/25453</link><description>Hi, I tried test the JS Soap client, but I keep getting an &amp;#34;wsdl is null&amp;#34; error in the error console of Firefox. Can anyone help me with this problem&amp;#63;&lt;br /&gt;The demo code is here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.linkflora.pl&amp;#47;demos&amp;#47;dotnet&amp;#47;default.htm&lt;br /&gt;Comments: ** Comment from web user: introkun ** &lt;p&gt;giggle, do you have access to your environment from internet&amp;#63; I could help you.&lt;/p&gt;</description><author>introkun</author><pubDate>Tue, 17 Jul 2012 05:55:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20120717055526A</guid></item><item><title>Commented Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/workitem/25453</link><description>Hi, I tried test the JS Soap client, but I keep getting an &amp;#34;wsdl is null&amp;#34; error in the error console of Firefox. Can anyone help me with this problem&amp;#63;&lt;br /&gt;The demo code is here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.linkflora.pl&amp;#47;demos&amp;#47;dotnet&amp;#47;default.htm&lt;br /&gt;Comments: ** Comment from web user: giggle ** &lt;p&gt;I&amp;#39;m still looking for a solution to this one, if anybody knows of one.&lt;/p&gt;</description><author>giggle</author><pubDate>Tue, 17 Jul 2012 01:51:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20120717015117A</guid></item><item><title>New Post: Problem In IE 9</title><link>http://javascriptsoapclient.codeplex.com/discussions/355737</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have just found the solution in 2 post ago.&lt;/p&gt;
&lt;p&gt;Thanks &lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/chookhen60"&gt;chookhen60&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>shahin_sharifi</author><pubDate>Mon, 14 May 2012 19:14:27 GMT</pubDate><guid isPermaLink="false">New Post: Problem In IE 9 20120514071427P</guid></item><item><title>New Post: Problem In IE 9</title><link>http://javascriptsoapclient.codeplex.com/discussions/355737</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello guys,&lt;/p&gt;
&lt;p&gt;I am working with soapclient v2.4, but I have a problem in IE 9. It works in other browsers properly.&lt;/p&gt;
&lt;p&gt;I want to invoke a webservice several times to get search results.&lt;/p&gt;
&lt;p&gt;At the first time, it works properly, but in the second request it doesn't work.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;what's the problem?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;it is my code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;        function&lt;/span&gt; SearchNetwork() {

            &lt;span style="color: blue;"&gt;var&lt;/span&gt; url = document.location.href.replace(&lt;span style="color: #a31515;"&gt;"Mapsbeta/Beta.aspx"&lt;/span&gt;, &lt;span style="color: #a31515;"&gt;"Services/NetworkSearch.asmx"&lt;/span&gt;);
            &lt;span style="color: blue;"&gt;var&lt;/span&gt; BoundingParameter = &lt;span style="color: blue;"&gt;new&lt;/span&gt; SOAPClientParameters();
            BoundingParameter.add(&lt;span style="color: #a31515;"&gt;"prefixText"&lt;/span&gt;, document.getElementById(&lt;span style="color: #a31515;"&gt;'filter'&lt;/span&gt;).value);
            SOAPClient.invoke(url, &lt;span style="color: #a31515;"&gt;"GetCompletionList"&lt;/span&gt;, BoundingParameter, &lt;span style="color: blue;"&gt;true&lt;/span&gt;, GetNetworkResult_callBack);
            
        }


        &lt;span style="color: blue;"&gt;function&lt;/span&gt; GetNetworkResult_callBack(r) {

            alert(r);

        }&lt;br /&gt;&amp;nbsp;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;       $("#filter").keydown(function (event) {
            var keycode = (event.keyCode ? event.keyCode : event.which);
            if (keycode == 13) {
                event.preventDefault();
                SearchNetwork();
            }
        });&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description><author>shahin_sharifi</author><pubDate>Mon, 14 May 2012 19:01:46 GMT</pubDate><guid isPermaLink="false">New Post: Problem In IE 9 20120514070146P</guid></item><item><title>Updated Release: 2.4 Production (Dec 21, 2007)</title><link>http://javascriptsoapclient.codeplex.com/releases/view/9340</link><description>&lt;div class="wikidoc"&gt;Added authentication support&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>casati</author><pubDate>Tue, 03 Apr 2012 14:51:04 GMT</pubDate><guid isPermaLink="false">Updated Release: 2.4 Production (Dec 21, 2007) 20120403025104P</guid></item><item><title>Released: 2.4 Production (Dec 21, 2007)</title><link>http://javascriptsoapclient.codeplex.com/releases/view/9340</link><description>
&lt;div class="wikidoc"&gt;Added authentication support&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Tue, 03 Apr 2012 14:51:04 GMT</pubDate><guid isPermaLink="false">Released: 2.4 Production (Dec 21, 2007) 20120403025104P</guid></item><item><title>Reviewed: JavaScript SOAP Client 2.5 (mars 22, 2012)</title><link>http://javascriptsoapclient.codeplex.com/releases/view/50086#ReviewBy-artyprog</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Grazie mille, very useful library</description><author>artyprog</author><pubDate>Thu, 22 Mar 2012 10:34:58 GMT</pubDate><guid isPermaLink="false">Reviewed: JavaScript SOAP Client 2.5 (mars 22, 2012) 20120322103458A</guid></item></channel></rss>