<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>JavaScriptSoapClient Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=JavaScriptSoapClient</link><description>JavaScriptSoapClient Forum Rss Description</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: 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: 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>New Post: Access-Control-Allow-Origin</title><link>http://javascriptsoapclient.codeplex.com/discussions/348536</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm testing this library but when I run client in localhost browser launches an exception:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;XMLHttpRequest cannot load &lt;/span&gt;&lt;a title="http://www.mobilefish.com/services/web_service/countries.php" href="http://www.mobilefish.com/services/web_service/countries.php" target="_blank"&gt;http://www.mobilefish.com/services/web_service/countries.php&lt;/a&gt;&lt;span&gt;.
 Origin &lt;/span&gt;&lt;a title="http://localhost" href="http://localhost/" target="_blank"&gt;http://localhost:8080&lt;/a&gt;&lt;span&gt; is not allowed by Access-Control-Allow-Origin.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What can I do please?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>lammastha</author><pubDate>Wed, 14 Mar 2012 09:02:14 GMT</pubDate><guid isPermaLink="false">New Post: Access-Control-Allow-Origin 20120314090214A</guid></item><item><title>New Post: IE9 crash when checking state of wsdl variable</title><link>http://javascriptsoapclient.codeplex.com/discussions/266142</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for this, I was having this issue.&lt;/p&gt;&lt;/div&gt;</description><author>wguerram</author><pubDate>Thu, 11 Aug 2011 15:49:31 GMT</pubDate><guid isPermaLink="false">New Post: IE9 crash when checking state of wsdl variable 20110811034931P</guid></item><item><title>New Post: IE9 crash when checking state of wsdl variable</title><link>http://javascriptsoapclient.codeplex.com/discussions/266142</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;In version 2.4 of the soapclient.js file (note this particular line did not change in 2.5) when using with IE9 an error occurs when attempting to check the cached version of wsdl:&lt;/p&gt;
&lt;p&gt;if(wsdl &amp;#43; &amp;quot;&amp;quot; != &amp;quot;&amp;quot; &amp;amp;&amp;amp; wsdl &amp;#43; &amp;quot;&amp;quot; != &amp;quot;undefined&amp;quot;)&lt;/p&gt;
&lt;p&gt;This fails on IE9 with an error &amp;quot;Object doesn't support this property or method&amp;quot;, but only when the wdsl variable is not undefined (so typically the second time this code is run).&amp;nbsp; Note that is works fine on IE8 and Firefox 5.0.&lt;/p&gt;
&lt;p&gt;Our resolution for this issue was to replace the above line with a typeof test:&lt;/p&gt;
&lt;p&gt;if(typeof wsdl != 'undefined')&lt;/p&gt;
&lt;p&gt;this has seemed to have resolved this issue for us.&amp;nbsp; This would be good to add to the source control as I am sure others will experience this in the future.&lt;/p&gt;
&lt;/div&gt;</description><author>chookhen60</author><pubDate>Fri, 22 Jul 2011 05:24:49 GMT</pubDate><guid isPermaLink="false">New Post: IE9 crash when checking state of wsdl variable 20110722052449A</guid></item><item><title>New Post: “Access is Denied” error when accessing ASP.NET SOAP web service from SoapClient.js !!!</title><link>http://javascriptsoapclient.codeplex.com/discussions/257024</link><description>&lt;div style="line-height: normal;"&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;&lt;span&gt;&lt;br&gt;
&lt;/span&gt;&lt;a title="This is a favorite question (click again to undo)" href="http://stackoverflow.com/questions/5947094/access-is-denied-error-when-accessing-asp-net-soap-web-service-from-soapclient#"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Hi, I have added a .asmx file to my project and &lt;strong&gt;am deploying the ASP.NET website with the .asmx file to:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a rel="nofollow" href="http://xx.xxx.xx.xxx:8888/WebTest/"&gt;http://xx.xxx.xx.xxx:8888/WebTest/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I am using SoapClient.js to get the data (it is available from: &lt;a rel="nofollow" href="../"&gt;
http://javascriptsoapclient.codeplex.com/&lt;/a&gt;) Now when on a page in the website, (in the same project),
&lt;strong&gt;I try to access the webservice, I get the error: &amp;quot;Access is Denied&amp;quot; from the line of code in SoapClient.js which retreives the WSDL file&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a rel="nofollow" href="http://xx.xxx.xx.xxx:8888/WebTest/SampleWebService.asmx?wsdl"&gt;http://xx.xxx.xx.xxx:8888/WebTest/SampleWebService.asmx?wsdl&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now from what i read and understand, it could be due to XSS, but I added my &amp;quot;localhost&amp;quot; (for testing) as well as the web location to my Trusted Sites in IE.&lt;/p&gt;
&lt;p&gt;Also, in my SoapWebservice the namespace is set to &lt;a rel="nofollow" href="http://xx.xxx.xx.xxx:8888/"&gt;
http://xx.xxx.xx.xxx:8888/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please help me as to how can I resolve the error??&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Also, when I hit the following URL in my browser, I can see the WSDL of my service!!
&lt;a rel="nofollow" href="http://xx.xxx.xx.xxx:8888/WebTest/SampleWebService.asmx?wsdl"&gt;
http://xx.xxx.xx.xxx:8888/WebTest/SampleWebService.asmx?wsdl&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description><author>manishkungwani</author><pubDate>Tue, 10 May 2011 08:32:14 GMT</pubDate><guid isPermaLink="false">New Post: “Access is Denied” error when accessing ASP.NET SOAP web service from SoapClient.js !!! 20110510083214A</guid></item><item><title>New Post: Patch for Firefox 3 and 4 [object object] error</title><link>http://javascriptsoapclient.codeplex.com/discussions/252748</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've been trying to obtain a version of soapclient.js that has corrected the Firefox object problem. We've been a huge fan of the soapclient.js utility and have a requirement to support IE, Safari, Chrome and Firefox. All other browsers run great. If someone
 could send me a soapclient.js to my email account at dannyc@wsg.com or send me a link to download it would be greatly appreciated. Thank you. -Danny&lt;/p&gt;
&lt;/div&gt;</description><author>dannycolavito</author><pubDate>Wed, 06 Apr 2011 11:48:12 GMT</pubDate><guid isPermaLink="false">New Post: Patch for Firefox 3 and 4 [object object] error 20110406114812A</guid></item><item><title>New Post: How to Get username and password from IE</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=243773</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a new requirement.i.e Whenever a&amp;nbsp; user creates a new ticket on my application ,the same ticket will be created in another application via SOAP WS API. I was able to do the ticket creation successfully.But the problem i encounter is all tickets
 that are created are of the same user irrespective of the logged in user.Basically I want the logged in user of the application to be ticket's creator.So my goal is to execute the API , to get the logged in user.So i need help on getting username from browser.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Babu.G&lt;/p&gt;
&lt;/div&gt;</description><author>babug</author><pubDate>Sat, 29 Jan 2011 06:45:14 GMT</pubDate><guid isPermaLink="false">New Post: How to Get username and password from IE 20110129064514A</guid></item><item><title>New Post: Access Session object from web service</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=243332</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've managed to get my Visual Studio 2008 .NET aspx page talking to an asmx page in the same project, but I don't seem to have a Session object in the web service.&lt;/p&gt;
&lt;p&gt;Can anyone help?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>DavidGHyde</author><pubDate>Wed, 26 Jan 2011 10:25:59 GMT</pubDate><guid isPermaLink="false">New Post: Access Session object from web service 20110126102559A</guid></item><item><title>New Post: Soap header auth</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=212665</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I need to call a method of webservice. I need send to webservice username and password into header soap request. How can do it?&lt;/p&gt;
&lt;p&gt;I try using SOAPClient.username=myuser&amp;nbsp; and SOAPClient.password=mypassword without sucess.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;wike&lt;/p&gt;&lt;/div&gt;</description><author>wike</author><pubDate>Fri, 14 May 2010 15:10:57 GMT</pubDate><guid isPermaLink="false">New Post: Soap header auth 20100514031057P</guid></item><item><title>New Post: supports for nillable</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=45848</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for this. It fixed a bug I was having.&lt;/p&gt;
&lt;p&gt;Though, I think the null should be represented as empty string rather than word null this one generates to the serialized xml.&lt;/p&gt;
&lt;p&gt;so the 'return null;' should be changed to 'return &amp;quot;&amp;quot;;'&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>deram</author><pubDate>Wed, 05 May 2010 12:46:32 GMT</pubDate><guid isPermaLink="false">New Post: supports for nillable 20100505124632P</guid></item><item><title>New Post: Will eService work technically without CRM web connector</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=81248</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Kindly help to understand the use of CRM web connector when we are using the accelerators from you.&lt;/p&gt;
&lt;p&gt;Will eService work technically without CRM web connector at least for demo or test.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Sameer&lt;/p&gt;&lt;/div&gt;</description><author>ahmedsameer</author><pubDate>Tue, 19 Jan 2010 07:27:01 GMT</pubDate><guid isPermaLink="false">New Post: Will eService work technically without CRM web connector 20100119072701A</guid></item><item><title>New Post: eService: Soap Error while importing workflow assemblies</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=81247</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Kindly look at the log file and if anyone can explain the possible reason for this error.&lt;/p&gt;
&lt;p&gt;Error comes in step 2 as following the video.&amp;nbsp; This is resulting at the end 2 of the workflows with errors and not solveable.&lt;/p&gt;
&lt;p&gt;Where as the user used &amp;quot;crmwebuser&amp;quot; for installation is local and domain admin in windows 2003 based virtual PC.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Sameer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1/14/2010 10:45:09 AM Installation Started&lt;br&gt;1/14/2010 10:45:09 AM Reading Install Configuration Information from XML (register.xml)&lt;br&gt;1/14/2010 10:45:10 AM Creating CRM Connection...&lt;br&gt;1/14/2010 10:45:38 AM Importing Custom Workflow Assemblies...&lt;br&gt;1/14/2010 10:46:13 AM ...Soap Error while importing workflow assemblies: RegisterXml Path C:\Documents and Settings\Administrator\Desktop\eService\V1.1\ESERVICE_RTW_R1.1\Installation\Step 2 - CRM Customizations\register.xml. Message: Server was unable to process request.&lt;br&gt;&amp;nbsp; 0x80040256&lt;br&gt;&amp;nbsp; Not have enough privilege to complete Create operation for an Sdk entity.&lt;br&gt;&amp;nbsp; Platform&lt;br&gt;. Stack Trace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Crm.SdkTypeProxy.CrmService.Execute(Request Request)&lt;br&gt;&amp;nbsp;&amp;nbsp; at msa_eservice_installer.Main.ImportWorkflowAssemblies(String registerXmlPath, CrmService _crmService, Log log) in C:\Documents and Settings\Administrator\Desktop\msa_eservice_installer\msa_eservice_installer\Main.cs:line 705.&lt;br&gt;1/14/2010 10:46:13 AM Imported the Custom Workflow Assemblies&lt;br&gt;1/14/2010 10:46:13 AM Importing CRM Attributes and Form Updates&lt;br&gt;1/14/2010 10:46:39 AM Imported contact and incident customizations&lt;br&gt;1/14/2010 10:47:11 AM Imported contact and incident customizations&lt;br&gt;1/14/2010 10:47:11 AM Importing custom entities...&lt;br&gt;1/14/2010 10:47:40 AM Imported the Custom Entities&lt;br&gt;1/14/2010 10:47:41 AM Importing workflows...&lt;br&gt;1/14/2010 10:48:05 AM Imported Workflows&lt;br&gt;1/14/2010 10:48:05 AM Importing SiteMap...&lt;br&gt;1/14/2010 10:48:21 AM Imported Sitemap&lt;br&gt;1/14/2010 10:48:21 AM Publishing customizations...&lt;br&gt;1/14/2010 10:49:04 AM Published the Customizations&lt;br&gt;1/14/2010 10:49:04 AM Installation Complete!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ahmedsameer</author><pubDate>Tue, 19 Jan 2010 07:24:20 GMT</pubDate><guid isPermaLink="false">New Post: eService: Soap Error while importing workflow assemblies 20100119072420A</guid></item><item><title>New Post: WSDL array definition</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=78316</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Matteo,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I having problme using the Javascript soap client when using my wsdl? The array is defined in a different format for the service GetProductList3Response.&lt;/p&gt;
&lt;p&gt;Here is my wsdl:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;definitions name=&amp;quot;IROAGservice&amp;quot; targetNamespace=&amp;quot;http://tempuri.org&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;types&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:schema targetNamespace=&amp;quot;schemas.xmlsoap.org/soap/encoding/&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:complexType name=&amp;quot;arrayofProdRec&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:complexContent&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:restriction base=&amp;quot;soapenc:Array&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;xs:sequence/&amp;gt;&lt;br&gt;&amp;lt;xs:attribute ref=&amp;quot;soapenc:arrayType&amp;quot; n1:arrayType=&amp;quot;ns1:ProdRec[]&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/xs:restriction&amp;gt;&lt;br&gt;&amp;lt;/xs:complexContent&amp;gt;&lt;br&gt;&amp;lt;/xs:complexType&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:complexType name=&amp;quot;ProdRec&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;xs:sequence&amp;gt;&lt;br&gt;&amp;lt;xs:element name=&amp;quot;ArtNo&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;xs:element name=&amp;quot;ProdID&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;xs:element name=&amp;quot;ProdName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/xs:sequence&amp;gt;&lt;br&gt;&amp;lt;/xs:complexType&amp;gt;&lt;br&gt;&amp;lt;/xs:schema&amp;gt;&lt;br&gt;&amp;lt;/types&amp;gt;&lt;br&gt;&amp;lt;message name=&amp;quot;HelloWorld0Request&amp;quot;/&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;message name=&amp;quot;HelloWorld0Response&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;part name=&amp;quot;return&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/message&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;message name=&amp;quot;HelloTo1Request&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;part name=&amp;quot;AName&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/message&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;message name=&amp;quot;HelloTo1Response&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;part name=&amp;quot;return&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/message&amp;gt;&lt;br&gt;&amp;lt;message name=&amp;quot;GetProducts2Request&amp;quot;/&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;message name=&amp;quot;GetProducts2Response&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;part name=&amp;quot;return&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/message&amp;gt;&lt;br&gt;&amp;lt;message name=&amp;quot;GetProductList3Request&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;message name=&amp;quot;GetProductList3Response&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;part name=&amp;quot;return&amp;quot; type=&amp;quot;ns1:arrayofProdRec&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/message&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;portType name=&amp;quot;IROAG&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;HelloWorld&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;input message=&amp;quot;tns:HelloWorld0Request&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;output message=&amp;quot;tns:HelloWorld0Response&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;HelloTo&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;input message=&amp;quot;tns:HelloTo1Request&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;output message=&amp;quot;tns:HelloTo1Response&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;GetProducts&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;input message=&amp;quot;tns:GetProducts2Request&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;output message=&amp;quot;tns:GetProducts2Response&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;GetProductList&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;input message=&amp;quot;tns:GetProductList3Request&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;output message=&amp;quot;tns:GetProductList3Response&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;lt;/portType&amp;gt;&lt;br&gt;+&lt;br&gt;&amp;lt;binding name=&amp;quot;IROAGbinding&amp;quot; type=&amp;quot;tns:IROAG&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:binding style=&amp;quot;rpc&amp;quot; transport=&amp;quot;http://schemas.xmlsoap.org/soap/http&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;HelloWorld&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:operation soapAction=&amp;quot;urn:ROAGIntf-IROAG#HelloWorld&amp;quot; style=&amp;quot;rpc&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;input&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/input&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;output&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/output&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;HelloTo&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:operation soapAction=&amp;quot;urn:ROAGIntf-IROAG#HelloTo&amp;quot; style=&amp;quot;rpc&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;input&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/input&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;output&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/output&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;GetProducts&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:operation soapAction=&amp;quot;urn:ROAGIntf-IROAG#GetProducts&amp;quot; style=&amp;quot;rpc&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;input&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/input&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;output&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/output&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;operation name=&amp;quot;GetProductList&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:operation soapAction=&amp;quot;urn:ROAGIntf-IROAG#GetProductList&amp;quot; style=&amp;quot;rpc&amp;quot;/&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;input&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/input&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;output&amp;gt;&lt;br&gt;&amp;lt;soap:body use=&amp;quot;encoded&amp;quot; encodingStyle=&amp;quot;http://schemas.xmlsoap.org/soap/encoding/&amp;quot; namespace=&amp;quot;urn:ROAGIntf-IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/output&amp;gt;&lt;br&gt;&amp;lt;/operation&amp;gt;&lt;br&gt;&amp;lt;/binding&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;service name=&amp;quot;IROAGservice&amp;quot;&amp;gt;&lt;br&gt;&amp;minus;&lt;br&gt;&amp;lt;port name=&amp;quot;IROAGPort&amp;quot; binding=&amp;quot;tns:IROAGbinding&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;soap:address location=&amp;quot;http://roagcomputer:81/cgi-bin/TestWS.exe/soap/IROAG&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/port&amp;gt;&lt;br&gt;&amp;lt;/service&amp;gt;&lt;br&gt;&amp;lt;/definitions&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><author>rolando_a</author><pubDate>Wed, 16 Dec 2009 10:10:00 GMT</pubDate><guid isPermaLink="false">New Post: WSDL array definition 20091216101000A</guid></item><item><title>New Post: WCF</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=21437</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Dewey!&lt;/p&gt;
&lt;p&gt;I'm trying to fix this code but I have a problem with this line:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;var actionNode = wsdl.selectNodes( &amp;quot;//wsdl:binding/wsdl:operation&lt;a href="http://www.codeplex.com/JavaScriptSoapClient/Wiki/View.aspx?title=@name%3d'&amp;quot; %2b method %2b &amp;quot;'"&gt;@name='&amp;quot; + method + &amp;quot;'&lt;/a&gt;/soap:operation&amp;quot; ).item(0);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I have the next error:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://img43.imageshack.us/img43/5376/errorhnz.jpg" border=0 alt="Image Hosted by ImageShack.us"&gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;Could you tell me what is the problem please?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for all&lt;/p&gt;&lt;/div&gt;</description><author>0GiS0</author><pubDate>Fri, 10 Jul 2009 11:22:37 GMT</pubDate><guid isPermaLink="false">New Post: WCF 20090710112237A</guid></item><item><title>New Post: pass authentication header</title><link>http://javascriptsoapclient.codeplex.com/Thread/View.aspx?ThreadId=49241</link><description>&lt;div style="line-height: normal;"&gt;hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;i am just wondering how can i pass authentication header information?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;thansk&lt;/div&gt;&lt;/div&gt;</description><author>eatdoku</author><pubDate>Thu, 05 Mar 2009 00:26:10 GMT</pubDate><guid isPermaLink="false">New Post: pass authentication header 20090305122610A</guid></item><item><title>New Post: supports for nillable</title><link>http://www.codeplex.com/JavaScriptSoapClient/Thread/View.aspx?ThreadId=45848</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;&lt;/strong&gt;line 29:(lines 94,97,103 similar with this)&lt;br&gt;
xml += &amp;quot;&amp;lt;&amp;quot; + p + &amp;quot;&amp;gt;&amp;quot; + SOAPClientParameters._serialize(_pl[p]) + &amp;quot;&amp;lt;/&amp;quot; + p + &amp;quot;&amp;gt;&amp;quot;;&lt;br&gt;
&lt;br&gt;
new code:&lt;br&gt;
var serialized = SOAPClientParameters._serialize(_pl[p]);&lt;br&gt;
if (serialized) {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; xml += &amp;quot;&amp;lt;&amp;quot; + p + &amp;quot;&amp;gt;&amp;quot; + serialized + &amp;quot;&amp;lt;/&amp;quot; + p + &amp;quot;&amp;gt;&amp;quot;;&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
line 40:&lt;br&gt;
var s = &amp;quot;&amp;quot;;&lt;br&gt;
&lt;br&gt;
new code:&lt;br&gt;
if(!o)&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;br&gt;
}&lt;br&gt;
var s = &amp;quot;&amp;quot;;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
but this code with out &amp;quot;nillable&amp;quot; tag check&lt;br&gt;
&lt;/div&gt;</description><author>izee</author><pubDate>Sun, 01 Feb 2009 16:09:24 GMT</pubDate><guid isPermaLink="false">New Post: supports for nillable 20090201040924P</guid></item><item><title>New Post: Using soapclient.js with Axis Web Service</title><link>http://www.codeplex.com/JavaScriptSoapClient/Thread/View.aspx?ThreadId=39612</link><description>&lt;div style="line-height: normal;"&gt;Hi, I am trying to use your soapclient.js js library to access an apache axis web service I have on a remote server.&lt;br&gt;
&lt;br&gt;
However, when I try to access (IE6) I get an error in the req.responseXML&lt;br&gt;
&lt;br&gt;
Status: 500&lt;br&gt;
statusText: Internal Server Error&lt;br&gt;
&amp;quot;soapenv:Server.userExceptionorg.xml.sax.SAXException: operation description is missing parameter description!houic-s-01038&amp;quot;&lt;br&gt;
&lt;br&gt;
and then a message box that says [Object error]&lt;br&gt;
&lt;br&gt;
I already made the changes you suggested in the issue tracker with regards to accessing Axis type services, any other thoughts?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>keithfraley</author><pubDate>Mon, 10 Nov 2008 18:23:54 GMT</pubDate><guid isPermaLink="false">New Post: Using soapclient.js with Axis Web Service 20081110062354P</guid></item></channel></rss>