<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>wsstudioexpress Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=wsstudioexpress</link><description>wsstudioexpress Work Item Rss Description</description><item><title>Created Issue: No Windows Authentication</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=20038</link><description>The Web Service that I&amp;#39;m connecting to requires Windows Authentication.  There doesn&amp;#39;t seem to be a way to authenticate using Integrated Windows Authentication.&lt;br /&gt;</description><author>senfo</author><pubDate>Tue, 02 Dec 2008 16:52:20 GMT</pubDate><guid isPermaLink="false">Created Issue: No Windows Authentication 20081202045220P</guid></item><item><title>CREATED ISSUE: Paste In Web Address</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=14648</link><description>I cannot paste in the web address to a web service in the URL textbox. It forces me to type it in.&lt;br /&gt;</description><author>rsrobbins</author><pubDate>Mon, 07 Jan 2008 15:47:20 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Paste In Web Address 20080107034720P</guid></item><item><title>CREATED ISSUE: Proxy server / authentication</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=11162</link><description>In our corporate environment we have a Novell proxyserver which requires authentication. In Web Service Studio Express there is no way to configure a proxyserver, so I would like to suggest this for the "Options" dialog.

In code it's pretty easy:

DynamicProxy.cs: GetServiceDescription():

            WebProxy oProxy = new WebProxy("&lt;PROXY&gt;:&lt;PORT&gt;", true);
            oProxy.Credentials = new NetworkCredential("&lt;USERNAME&gt;", "&lt;PASSWORD&gt;");
            webReq.Proxy = oProxy;


Ofcourse these settings should be retrieved from app.config. </description><author>Joepsel</author><pubDate>Mon, 18 Jun 2007 08:18:13 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Proxy server / authentication 20070618081813A</guid></item><item><title>CLOSED ISSUE: app.config missing</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=8872</link><description>It seems you have forgotten to check in the app.config file to CodePlex. </description><author>marcom</author><pubDate>Tue, 13 Mar 2007 14:46:50 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: app.config missing 20070313024650P</guid></item><item><title>COMMENTED ISSUE: app.config missing</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=8872</link><description>It seems you have forgotten to check in the app.config file to CodePlex. Comments: ** Comment from web user: marcom ** &lt;p&gt;Thank you for signalling it, I solve the problem with the new changeset&amp;#33;&lt;/p&gt;</description><author>marcom</author><pubDate>Tue, 13 Mar 2007 14:45:46 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: app.config missing 20070313024546P</guid></item><item><title>COMMENTED ISSUE: app.config missing</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=8872</link><description>It seems you have forgotten to check in the app.config file to CodePlex. Comments: ** Comment from web user: kenlefeb ** &lt;p&gt;Well, I grabbed the copy that was in changeset &amp;#35;1 and used that to get the solution building.&lt;/p&gt;&lt;p&gt;So far, it&amp;#39;s looking really good, Marco&amp;#33;&lt;/p&gt;</description><author>kenlefeb</author><pubDate>Tue, 13 Mar 2007 10:27:03 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: app.config missing 20070313102703A</guid></item><item><title>CREATED ISSUE: app.config missing</title><link>http://www.codeplex.com/wsstudioexpress/WorkItem/View.aspx?WorkItemId=8872</link><description>It seems you have forgotten to check in the app.config file to CodePlex. </description><author>kenlefeb</author><pubDate>Tue, 13 Mar 2007 10:17:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: app.config missing 20070313101701A</guid></item></channel></rss>