<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>JavaScriptSoapClient Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=JavaScriptSoapClient</link><description>JavaScriptSoapClient Work Item Rss Description</description><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>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>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>Commented Issue: integration with Drupal [30787]</title><link>http://javascriptsoapclient.codeplex.com/workitem/30787</link><description>Any possibilities or existing projects that integrates JavaScript SOAP Client with Drupal &amp;#63;&lt;br /&gt;any help&amp;#47;guidelines appreciated&lt;br /&gt;Thanks,&lt;br /&gt;am.&lt;br /&gt;Comments: ** Comment from web user: introkun ** &lt;p&gt;I could help you.&lt;/p&gt;</description><author>introkun</author><pubDate>Wed, 14 Mar 2012 18:37:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: integration with Drupal [30787] 20120314063701P</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;You&amp;#39;re just hosted static file. You should pass URL to working WebService. It should return WSDL by &amp;#34;&amp;#63;wsdl&amp;#34; query &amp;#40;e.g. http&amp;#58;&amp;#47;&amp;#47;127.0.0.1&amp;#47;ws.asmx and http&amp;#58;&amp;#47;&amp;#47;127.0.0.1&amp;#47;ws.asmx&amp;#63;wsdl&amp;#41;&lt;/p&gt;</description><author>introkun</author><pubDate>Wed, 14 Mar 2012 18:25:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20120314062506P</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: Taps ** &lt;p&gt;Hi, did anyone manage to resolve this issue&amp;#63; I am running windows server 2003. Thx - Taps&lt;/p&gt;</description><author>Taps</author><pubDate>Fri, 10 Jun 2011 11:34:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: "wsdl is null" error [25453] 20110610113409A</guid></item><item><title>Created Issue: integration with Drupal [30787]</title><link>http://javascriptsoapclient.codeplex.com/workitem/30787</link><description>Any possibilities or existing projects that integrates JavaScript SOAP Client with Drupal &amp;#63;&lt;br /&gt;any help&amp;#47;guidelines appreciated&lt;br /&gt;Thanks,&lt;br /&gt;am.&lt;br /&gt;</description><author>ah0</author><pubDate>Fri, 03 Jun 2011 14:38:29 GMT</pubDate><guid isPermaLink="false">Created Issue: integration with Drupal [30787] 20110603023829P</guid></item><item><title>Created Issue: No data returned when method returns an array of type [30518]</title><link>http://javascriptsoapclient.codeplex.com/workitem/30518</link><description>Tested with PHP SoapServer. If the method returns an array of type &amp;#40;for example string&amp;#91;&amp;#93;&amp;#41;, an invalid object is fetched instead of the array. The problem is with SOAPClient._node2object method, and inarray variable introduced in line 234. It looks for type definition in wrong place, since typical server response in &amp;#34;array of type&amp;#34; contains element &amp;#34;return&amp;#34; with &amp;#34;xsi&amp;#58;type&amp;#34; attribute. The patch I&amp;#39;ll upload will fix this issue. Tested with returned array of simple and complex types.&lt;br /&gt;</description><author>HTD</author><pubDate>Tue, 12 Apr 2011 19:40:55 GMT</pubDate><guid isPermaLink="false">Created Issue: No data returned when method returns an array of type [30518] 20110412074055P</guid></item><item><title>Created Issue: Response format [29008]</title><link>http://javascriptsoapclient.codeplex.com/workitem/29008</link><description>sometimes response format can be methodName &amp;#43; &amp;#34;Return&amp;#34;.&lt;br /&gt;i added to SOAPClient._onSendSoapRequest &lt;br /&gt;line&lt;br /&gt;&amp;#9;if&amp;#40;nd.length &amp;#61;&amp;#61; 0&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;nd &amp;#61; SOAPClient._getElementsByTagName&amp;#40;req.responseXML, method &amp;#43; &amp;#34;Return&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;and now it&amp;#39;s works for me&lt;br /&gt;</description><author>KAdot</author><pubDate>Tue, 28 Sep 2010 09:44:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Response format [29008] 20100928094406A</guid></item><item><title>Created Issue: "wsdl is null" error [25453]</title><link>http://javascriptsoapclient.codeplex.com/WorkItem/View.aspx?WorkItemId=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;</description><author>artur2009</author><pubDate>Thu, 26 Nov 2009 10:06:30 GMT</pubDate><guid isPermaLink="false">Created Issue: "wsdl is null" error [25453] 20091126100630A</guid></item><item><title>Created Issue: Callback Function always returns NULL, although valid XML returned</title><link>http://javascriptsoapclient.codeplex.com/WorkItem/View.aspx?WorkItemId=22675</link><description>I&amp;#39;m very new to this project and have been testing version 2.4&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried the SOAPClient with our exisitng webservice application - sadly, it always returns NULL when the &amp;#34;GetStockInfo&amp;#34; function is called. &lt;br /&gt;&lt;br /&gt;Strangely, if I use the debug_mode where I display the actual XML document being returned using the &amp;#34;GetSoapResponse&amp;#34; method - its returning a valid XML document - that leads me to believe that something is amissed or I may be doing something wrong&amp;#63;&lt;br /&gt;&lt;br /&gt;Any help would be appreciated&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;Please see attached document for source and below is the returned XML file&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34;&amp;#63;&amp;#62;&lt;br /&gt;&amp;#60;soap&amp;#58;Envelope xmlns&amp;#58;soap&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.xmlsoap.org&amp;#47;soap&amp;#47;envelope&amp;#47;&amp;#34;&amp;#62;&lt;br /&gt;         &amp;#60;soap&amp;#58;Body&amp;#62;&lt;br /&gt;                   &amp;#60;m&amp;#58;GetStockInfoResponse xmlns&amp;#58;m&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;xl-raveens&amp;#47;xls.retailplus.600&amp;#47;webcatservice.wso&amp;#34;&amp;#62;&lt;br /&gt;                            &amp;#60;m&amp;#58;GetStockInfoResult&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;RecId&amp;#62;165358&amp;#60;&amp;#47;m&amp;#58;RecId&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;BRCH&amp;#62;11&amp;#60;&amp;#47;m&amp;#58;BRCH&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;CODE&amp;#62;RRSTOCK     &amp;#60;&amp;#47;m&amp;#58;CODE&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;DEPT&amp;#62;TA&amp;#60;&amp;#47;m&amp;#58;DEPT&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;DEPT_DESC&amp;#62;TRADE AID STORE     &amp;#60;&amp;#47;m&amp;#58;DEPT_DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;GROUP&amp;#62;BA&amp;#60;&amp;#47;m&amp;#58;GROUP&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;GROUP_DESC&amp;#62;BASKETWARE          &amp;#60;&amp;#47;m&amp;#58;GROUP_DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SUBGRP&amp;#62;AA&amp;#60;&amp;#47;m&amp;#58;SUBGRP&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SUBGRP_DESC&amp;#62;ALL OTHER           &amp;#60;&amp;#47;m&amp;#58;SUBGRP_DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;DESC&amp;#62;RRSTOCK ORDINARY         &amp;#60;&amp;#47;m&amp;#58;DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;LONG_DESC&amp;#62;RRSTOCK ORDINARY LONG DESCRIPTION TESTING FOR PRINTING 2 LINES...........X&amp;#60;&amp;#47;m&amp;#58;LONG_DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SUPP&amp;#62;RRSUPP&amp;#60;&amp;#47;m&amp;#58;SUPP&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;BRAND&amp;#62;&amp;#60;&amp;#47;m&amp;#58;BRAND&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;Type&amp;#62;O&amp;#60;&amp;#47;m&amp;#58;Type&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;PRIORITY_LEVEL&amp;#62;5&amp;#60;&amp;#47;m&amp;#58;PRIORITY_LEVEL&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SEASON_CODE&amp;#62;SUMMER&amp;#60;&amp;#47;m&amp;#58;SEASON_CODE&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SEASON_DESC&amp;#62;SUMMER                        &amp;#60;&amp;#47;m&amp;#58;SEASON_DESC&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;ON_HAND&amp;#62;2&amp;#60;&amp;#47;m&amp;#58;ON_HAND&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;ALLOCATED&amp;#62;0&amp;#60;&amp;#47;m&amp;#58;ALLOCATED&amp;#62;&lt;br /&gt;                                      &amp;#60;m&amp;#58;SELL_PRICE&amp;#62;375&amp;#60;&amp;#47;m&amp;#58;SELL_PRICE&amp;#62;&lt;br /&gt;                            &amp;#60;&amp;#47;m&amp;#58;GetStockInfoResult&amp;#62;&lt;br /&gt;                   &amp;#60;&amp;#47;m&amp;#58;GetStockInfoResponse&amp;#62;&lt;br /&gt;         &amp;#60;&amp;#47;soap&amp;#58;Body&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;soap&amp;#58;Envelope&amp;#62;&lt;br /&gt;</description><author>raveens</author><pubDate>Sun, 24 May 2009 23:53:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Callback Function always returns NULL, although valid XML returned 20090524115351P</guid></item><item><title>Commented Issue: Memory leak in IE7</title><link>http://javascriptsoapclient.codeplex.com/WorkItem/View.aspx?WorkItemId=16985</link><description>There is a memory leak that I have discovered in IE7. It is more obvious if requests to a webservice are being performed frequently &amp;#40;I make them at 3 sec intervals&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: mhassman ** &lt;p&gt;I experienced this same memory leak for async calls in IE7.&lt;br /&gt;Appears to be fixed with the following&amp;#58;&lt;/p&gt;&lt;p&gt;Changed this&amp;#58;&lt;br /&gt;  &amp;#9;&amp;#9;&amp;#9;if&amp;#40;xmlHttp.readyState &amp;#61;&amp;#61; 4&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;SOAPClient._onSendSoapRequest&amp;#40;method, async, callback, wsdl, xmlHttp&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;To this&amp;#58;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if&amp;#40;xmlHttp.readyState &amp;#61;&amp;#61; 4&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;xmlHttp.onreadystatechange &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;SOAPClient._onSendSoapRequest&amp;#40;method, async, callback, wsdl, xmlHttp&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;/p&gt;&lt;p&gt;Note&amp;#58; I have only tested this within IE7.. no idea if it will break other browsers.&lt;/p&gt;&lt;p&gt;Credit goes to this article for pointing me the right direction&amp;#58;&lt;br /&gt;  http&amp;#58;&amp;#47;&amp;#47;bytes.com&amp;#47;groups&amp;#47;javascript&amp;#47;152714-closures-xmlhttprequest-memory-leak&lt;/p&gt;</description><author>mhassman</author><pubDate>Wed, 22 Apr 2009 20:23:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Memory leak in IE7 20090422082303P</guid></item><item><title>Created Issue: Handle multiple arrays</title><link>http://www.codeplex.com/JavaScriptSoapClient/WorkItem/View.aspx?WorkItemId=19664</link><description>I propose a contribution so as to be able to handle multiple arrays within soap response.&lt;br /&gt;I replaced existing SOAPClient._node2object version 2.1 with another one &amp;#40;see the attached file&amp;#41;.&lt;br /&gt;</description><author>smanciot</author><pubDate>Wed, 19 Nov 2008 19:17:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Handle multiple arrays 20081119071718P</guid></item><item><title>Commented Issue: BAD URI</title><link>http://www.codeplex.com/JavaScriptSoapClient/WorkItem/View.aspx?WorkItemId=17159</link><description>I got an error while using my own &amp;#34;implementation&amp;#34; of the JavaScript SOAP Client.&lt;br /&gt;Comments: ** Comment from web user: Dr4g0nF1y ** &lt;p&gt;My Appoligies for the double post. This post can be erased, I didn&amp;#39;t know I couldn&amp;#39;t press &amp;#91;Return&amp;#93; for a new line...&lt;/p&gt;</description><author>Dr4g0nF1y</author><pubDate>Wed, 25 Jun 2008 07:19:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: BAD URI 20080625071912A</guid></item><item><title>Created Issue: Bad URI</title><link>http://www.codeplex.com/JavaScriptSoapClient/WorkItem/View.aspx?WorkItemId=17160</link><description>I got an error while using my own &amp;#34;implementation&amp;#34; of the JavaScript SOAP Client. The Error &amp;#58; &amp;#91;Exception... &amp;#34;Access to restricted URI denied&amp;#34;  code&amp;#58; &amp;#34;1012&amp;#34; nsresult&amp;#58; &amp;#34;0x805303f4 &amp;#40;NS_ERROR_DOM_BAD_URI&amp;#41;&amp;#34;  location&amp;#58; &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47;soap&amp;#47;soapclient.js Line&amp;#58; 136&amp;#34;&amp;#93;. NOTE &amp;#58; I haven&amp;#39;t changed the js file. The uri &amp;#34;http&amp;#58;&amp;#47;&amp;#47;zolder&amp;#58;6879&amp;#47;&amp;#34; refers to a webserver at home from me which runs a webservice &amp;#58; http&amp;#58;&amp;#47;&amp;#47;213.134.237.108&amp;#58;6879&amp;#47;Nore&amp;#47;NoreCoreService&amp;#63;wsdl&lt;br /&gt;</description><author>Dr4g0nF1y</author><pubDate>Wed, 25 Jun 2008 07:17:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Bad URI 20080625071707A</guid></item></channel></rss>