<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WebServiceStudio</title><link>http://webservicestudio.codeplex.com/project/feeds/rss</link><description>This codeplex project is the revival of good old .NET Webservice Studio tool. Its objective is to adds the support for WCF, Nullable Types and REST style API to allow a complete composite type testing from one tool.      Web Service Studio is a tool to invoke webmethods interactively. The user can provide a WSDL endpoint. On clicking button Get the tool fetches the WSDL, generates .NET proxy from the WSDL and displays the list of methods available. The user can choose any method and provide the required input parameters. On clicking Invoke the SOAP request is sent to the server and the response is parsed to display the return value.      This tool is meant for webservice implementers to test their webservices without having to write the client code. This could also be used to access other webservices whose WSDL endpoint is known. </description><item><title>Created Issue: Empty url [10938]</title><link>http://webservicestudio.codeplex.com/workitem/10938</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I just discovered, that tool crashed when I try to call empty url. It is really a small bug, so just FYI.&lt;br /&gt;&lt;br /&gt;Thanks for a such great tool,&lt;br /&gt;Ondra Fiala&lt;br /&gt;</description><author>ofiala</author><pubDate>Thu, 18 Apr 2013 13:14:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Empty url [10938] 20130418011418P</guid></item><item><title>Commented Issue: Can't run with Mono [10834]</title><link>http://webservicestudio.codeplex.com/workitem/10834</link><description>I am tryig to run WebServiceStudio with Mono &amp;#40;on Ubuntu&amp;#41; but I get this error&amp;#58;&lt;br /&gt;The entry point method could not be loaded&lt;br /&gt;Comments: ** Comment from web user: Rudloff ** &lt;p&gt;Looks like I was missing some dependencies. I installed all the Mono packages and now it works.&lt;/p&gt;</description><author>Rudloff</author><pubDate>Sun, 24 Feb 2013 13:58:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can't run with Mono [10834] 20130224015808P</guid></item><item><title>Created Issue: Can't run with Mono [10834]</title><link>http://webservicestudio.codeplex.com/workitem/10834</link><description>I am tryig to run WebServiceStudio with Mono &amp;#40;on Ubuntu&amp;#41; but I get this error&amp;#58;&lt;br /&gt;The entry point method could not be loaded&lt;br /&gt;</description><author>Rudloff</author><pubDate>Sun, 24 Feb 2013 13:46:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't run with Mono [10834] 20130224014617P</guid></item><item><title>Reviewed: May 2008 - 2.0.2 (Feb 21, 2013)</title><link>http://webservicestudio.codeplex.com/releases/view/13915#ReviewBy-cypher0six</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Very useful tool for quick web service testing.</description><author>cypher0six</author><pubDate>Thu, 21 Feb 2013 19:33:02 GMT</pubDate><guid isPermaLink="false">Reviewed: May 2008 - 2.0.2 (Feb 21, 2013) 20130221073302P</guid></item><item><title>Source code checked in, #80132</title><link>http://webservicestudio.codeplex.com/SourceControl/changeset/changes/80132</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:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://webservicestudio.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>Reviewed: May 2008 - 2.0.2 (Sep 12, 2012)</title><link>http://webservicestudio.codeplex.com/releases/view/13915#ReviewBy-HenrikHoyer</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Perfect &amp;#42;tiny&amp;#42; tool for quick webservice testing</description><author>HenrikHoyer</author><pubDate>Wed, 12 Sep 2012 10:43:03 GMT</pubDate><guid isPermaLink="false">Reviewed: May 2008 - 2.0.2 (Sep 12, 2012) 20120912104303A</guid></item><item><title>Commented Issue: Unable to retrieve WSDL from SSL web services [5459]</title><link>http://webservicestudio.codeplex.com/workitem/5459</link><description>When a HTTPS connection is queried for WSDL, it would be good if the tool can allow the user to select a certificate from the cert store to use.&lt;br /&gt;Comments: ** Comment from web user: robforrest ** &lt;p&gt;I am currently having the same problems with .net WebService Studio, is this still a known issue or is there a work around&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Rob&lt;/p&gt;</description><author>robforrest</author><pubDate>Wed, 09 May 2012 15:09:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to retrieve WSDL from SSL web services [5459] 20120509030930P</guid></item><item><title>New Post: Ordering list of web methods</title><link>http://webservicestudio.codeplex.com/discussions/49766</link><description>&lt;div style="line-height: normal;"&gt;&lt;div id="_mcePaste" class="mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/div&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have downloaded the source and looked for the tree of the web methods and added the following line under the (this.treeMethods.ExpandAll();) in the fuction (private void FillInvokeTab())&lt;/p&gt;
&lt;pre&gt;this.treeMethods.Sort();

&lt;/pre&gt;
&lt;p&gt;now I can see the methods sorted alphabatically.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;MS&lt;/p&gt;&lt;/div&gt;</description><author>Mohammadsamaha</author><pubDate>Tue, 15 Nov 2011 08:31:00 GMT</pubDate><guid isPermaLink="false">New Post: Ordering list of web methods 20111115083100A</guid></item><item><title>Commented Issue: Unable to retrieve WSDL from SSL web services [5459]</title><link>http://webservicestudio.codeplex.com/workitem/5459</link><description>When a HTTPS connection is queried for WSDL, it would be good if the tool can allow the user to select a certificate from the cert store to use.&lt;br /&gt;Comments: ** Comment from web user: ddphong ** &lt;p&gt;i tried the new version &amp;#40;http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;webservicestudio2&amp;#47;downloads&amp;#47;detail&amp;#63;name&amp;#61;WebServiceStudio2.exe&amp;#38;can&amp;#61;2&amp;#38;q&amp;#61;&amp;#41; to invoke the HTTPS WSDL but i still got the error message&amp;#58;  System.Net.WebException&amp;#58; The underlying connection was closed&amp;#58; Could not establish trust relationship for the SSL&amp;#47;TLS.&lt;br /&gt;Would you please test with the HTTS WSDL&amp;#58; https&amp;#58;&amp;#47;&amp;#47;gsxwsut.apple.com&amp;#47;gsx-ws&amp;#47;services&amp;#47;emea&amp;#47;asp&amp;#63;wsdl&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>ddphong</author><pubDate>Wed, 12 Oct 2011 07:55:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to retrieve WSDL from SSL web services [5459] 20111012075541A</guid></item><item><title>Reviewed: May 2008 - 2.0.2 (Sep 26, 2011)</title><link>http://webservicestudio.codeplex.com/releases/view/13915#ReviewBy-BarberJ</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - I only wanted this to simply see what is returned from a web service, which is what it does&amp;#33;&amp;#10;Very helpful.</description><author>BarberJ</author><pubDate>Mon, 26 Sep 2011 12:49:03 GMT</pubDate><guid isPermaLink="false">Reviewed: May 2008 - 2.0.2 (Sep 26, 2011) 20110926124903P</guid></item><item><title>New Post: Service contract adding error</title><link>http://webservicestudio.codeplex.com/discussions/264622</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using .net 4, vs C# 2010 ultimate running on XP OS and I have been trying to use the web service software factory lately. I have this bug whenever I tried to add a new service contract saying that the path/file name is too long which exceeded 260 characters,
 but in fact, I tried to create a name as shortest as possible already and I can confirm that it didn't exceed the limit of 260 characters. Anyone faced this problem before or knowing how to solve it? Please help!&lt;/p&gt;
&lt;p&gt;Many thanks in advance.&lt;/p&gt;
&lt;/div&gt;</description><author>markhuan</author><pubDate>Mon, 11 Jul 2011 06:20:28 GMT</pubDate><guid isPermaLink="false">New Post: Service contract adding error 20110711062028A</guid></item><item><title>Created Issue: Exception has been thrown by the target of an invocation. [8351]</title><link>http://webservicestudio.codeplex.com/workitem/8351</link><description>What am I doing &amp;#63;&lt;br /&gt;Trying to invoke a Method after filling the details that is about it without any modifications to WebServiceStudio.&lt;br /&gt;Everything went through seamlessly&lt;br /&gt;Generating WSDL&lt;br /&gt;Generating Proxy&lt;br /&gt;Compiling Proxy&lt;br /&gt;Generated Assembly&lt;br /&gt;Reflecting Proxy Assembly&lt;br /&gt;Ready To Invoke&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;The Method I invoked had a Class Parameter which has fields.&lt;br /&gt;These where populated using the tool.&lt;br /&gt;object result &amp;#61; method.Invoke&amp;#40;proxy, BindingFlags.Public, null, parameters, null&amp;#41;&amp;#59;&lt;br /&gt;Inner Exception &lt;br /&gt;&amp;#123;&amp;#34;Data at the root level is invalid. Line 1, position 1.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#34;   at System.RuntimeMethodHandle._InvokeMethodFast&amp;#40;Object target, Object&amp;#91;&amp;#93; arguments, SignatureStruct&amp;#38; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner&amp;#41;&amp;#92;r&amp;#92;n   at System.Reflection.RuntimeMethodInfo.Invoke&amp;#40;Object obj, BindingFlags invokeAttr, Binder binder, Object&amp;#91;&amp;#93; parameters, CultureInfo culture, Boolean skipVisibilityChecks&amp;#41;&amp;#92;r&amp;#92;n   at System.Reflection.RuntimeMethodInfo.Invoke&amp;#40;Object obj, BindingFlags invokeAttr, Binder binder, Object&amp;#91;&amp;#93; parameters, CultureInfo culture&amp;#41;&amp;#92;r&amp;#92;n   at WebServiceStudio.MainForm.InvokeWebMethod&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;TAutomation&amp;#92;&amp;#92;New folder&amp;#92;&amp;#92;WebServiceStudio&amp;#92;&amp;#92;MainForm.cs&amp;#58;line 723&amp;#92;r&amp;#92;n   at WebServiceStudio.MainForm.buttonInvoke_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;TAutomation&amp;#92;&amp;#92;New folder&amp;#92;&amp;#92;WebServiceStudio&amp;#92;&amp;#92;MainForm.cs&amp;#58;line 128&amp;#92;r&amp;#92;n   at System.Windows.Forms.Control.OnClick&amp;#40;EventArgs e&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Button.OnMouseUp&amp;#40;MouseEventArgs mevent&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.ButtonBase.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Button.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW&amp;#40;MSG&amp;#38; msg&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop&amp;#40;Int32 dwComponentID, Int32 reason, Int32 pvLoopData&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&amp;#92;r&amp;#92;n   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&amp;#92;r&amp;#92;n   at WebServiceStudio.MainForm.Main&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;TAutomation&amp;#92;&amp;#92;New folder&amp;#92;&amp;#92;WebServiceStudio&amp;#92;&amp;#92;MainForm.cs&amp;#58;line 770&amp;#92;r&amp;#92;n   at System.AppDomain._nExecuteAssembly&amp;#40;Assembly assembly, String&amp;#91;&amp;#93; args&amp;#41;&amp;#92;r&amp;#92;n   at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly&amp;#40;&amp;#41;&amp;#92;r&amp;#92;n   at System.Threading.ExecutionContext.Run&amp;#40;ExecutionContext executionContext, ContextCallback callback, Object state&amp;#41;&amp;#92;r&amp;#92;n   at System.Threading.ThreadHelper.ThreadStart&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;</description><author>DriveU</author><pubDate>Wed, 06 Apr 2011 23:50:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception has been thrown by the target of an invocation. [8351] 20110406115045P</guid></item><item><title>Created Issue: System.IndexOutOfRangeException: Index was outside the bounds of the array. at WebServiceStudio.TreeNodeProperty.CreateTreeNodeProperty(Type[] possibleTypes, String name, Object val) [8294]</title><link>http://webservicestudio.codeplex.com/workitem/8294</link><description>Hi.&lt;br /&gt;Windows 7 Ultimate x64 SP1&lt;br /&gt;WebServiceStudio 2.0.2&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.IndexOutOfRangeException&amp;#58; Index was outside the bounds of the array.&lt;br /&gt;   at WebServiceStudio.TreeNodeProperty.CreateTreeNodeProperty&amp;#40;Type&amp;#91;&amp;#93; possibleTypes, String name, Object val&amp;#41;&lt;br /&gt;   at WebServiceStudio.ClassProperty.CreateChildren&amp;#40;&amp;#41;&lt;br /&gt;   at WebServiceStudio.ArrayProperty.CreateChildren&amp;#40;&amp;#41;&lt;br /&gt;   at WebServiceStudio.ClassProperty.CreateChildren&amp;#40;&amp;#41;&lt;br /&gt;   at WebServiceStudio.MethodProperty.AddBody&amp;#40;&amp;#41;&lt;br /&gt;   at WebServiceStudio.MainForm.treeMethods_AfterSelect&amp;#40;Object sender, TreeViewEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.TvnSelected&amp;#40;NMTREEVIEW&amp;#42; nmtv&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;WebServiceStudio&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;WorkingTFS&amp;#47;NovaStor&amp;#47;Machine&amp;#37;20Essentials&amp;#47;other&amp;#47;WebServiceStudio&amp;#37;202.0.2&amp;#47;WebServiceStudio.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;_zt1n6o6&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web.Services&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Web.Services&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.Services.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Data&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_64&amp;#47;System.Data&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Data.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Design&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Design&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Design.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;lxih_syy&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;rami.abughazaleh&amp;#47;AppData&amp;#47;Local&amp;#47;Temp&amp;#47;lxih_syy.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;jz6entth&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;nfc_wxbk&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;rami.abughazaleh&amp;#47;AppData&amp;#47;Local&amp;#47;Temp&amp;#47;nfc_wxbk.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;kabmjvcg&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;amxvhhvh&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;rami.abughazaleh&amp;#47;AppData&amp;#47;Local&amp;#47;Temp&amp;#47;amxvhhvh.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;qdpzpz-l&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;3eeh8j2e&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;rami.abughazaleh&amp;#47;AppData&amp;#47;Local&amp;#47;Temp&amp;#47;3eeh8j2e.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;sn54cf1c&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;mv9_qshe&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 0.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;rami.abughazaleh&amp;#47;AppData&amp;#47;Local&amp;#47;Temp&amp;#47;mv9_qshe.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;1kok1pta&lt;br /&gt;    Assembly Version&amp;#58; 0.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;</description><author>icnocop</author><pubDate>Mon, 28 Mar 2011 18:25:02 GMT</pubDate><guid isPermaLink="false">Created Issue: System.IndexOutOfRangeException: Index was outside the bounds of the array. at WebServiceStudio.TreeNodeProperty.CreateTreeNodeProperty(Type[] possibleTypes, String name, Object val) [8294] 20110328062502P</guid></item><item><title>Patch Uploaded: #7202</title><link>http://webservicestudio.codeplex.com/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/iscremas'&gt;iscremas&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Fixed chunked transfer encoding and non xml-parsable response data&lt;/p&gt;</description><author>iscremas</author><pubDate>Wed, 27 Oct 2010 15:42:07 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #7202 20101027034207P</guid></item><item><title>New Post: Nullable type error</title><link>http://webservicestudio.codeplex.com/Thread/View.aspx?ThreadId=45388</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've just opened alternate project on &lt;a title="http://code.google.com/p/webservicestudio2/" href="http://code.google.com/p/webservicestudio2/"&gt;http://code.google.com/p/webservicestudio2/&lt;/a&gt; and added solution of this problem. It's quite lame but it works for me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>adlee</author><pubDate>Tue, 12 Oct 2010 18:30:13 GMT</pubDate><guid isPermaLink="false">New Post: Nullable type error 20101012063013P</guid></item><item><title>New Post: Client Certificate Authentication</title><link>http://webservicestudio.codeplex.com/Thread/View.aspx?ThreadId=219546</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've just opened alternate project on &lt;a title="http://code.google.com/p/webservicestudio2/" href="http://code.google.com/p/webservicestudio2/"&gt;http://code.google.com/p/webservicestudio2/&lt;/a&gt; and added your part of code and other improvements.&lt;/p&gt;
&lt;p&gt;Please take a look and feel free to join the project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>adlee</author><pubDate>Tue, 12 Oct 2010 18:26:58 GMT</pubDate><guid isPermaLink="false">New Post: Client Certificate Authentication 20101012062658P</guid></item><item><title>Commented Issue: Unable to retrieve WSDL from SSL web services [5459]</title><link>http://webservicestudio.codeplex.com/workitem/5459</link><description>When a HTTPS connection is queried for WSDL, it would be good if the tool can allow the user to select a certificate from the cert store to use.&lt;br /&gt;Comments: ** Comment from web user: nickidw ** &lt;p&gt;See this&amp;#58; http&amp;#58;&amp;#47;&amp;#47;webservicestudio.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;219546&lt;/p&gt;</description><author>nickidw</author><pubDate>Wed, 25 Aug 2010 15:22:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to retrieve WSDL from SSL web services [5459] 20100825032201P</guid></item><item><title>Commented Issue: SUGGESTION: Cache Proxy Assembly [2860]</title><link>http://webservicestudio.codeplex.com/workitem/2860</link><description>I have been using the tool to test web service calls to a staging web service and to the production web service for debugging.  The tool works great, but since I have been switching back and forth from the staging WSDl to production WSDL, it has to recompile each time I click Get.  It would be faster if it could cache the assembly associated with each WSDL for some time, such as the duration of the application session.  Or perhaps based on some user option.&lt;br /&gt;Comments: ** Comment from web user: leksurfer ** &lt;p&gt;Does it not help if you have 2 instances running together - one with production and one with test service&amp;#63;&lt;/p&gt;</description><author>leksurfer</author><pubDate>Wed, 04 Aug 2010 07:52:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: SUGGESTION: Cache Proxy Assembly [2860] 20100804075203A</guid></item><item><title>Source code checked in, #55373</title><link>http://webservicestudio.codeplex.com/SourceControl/changeset/changes/55373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Mon, 02 Aug 2010 22:49:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #55373 20100802104934P</guid></item></channel></rss>