<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>XML Web Services</title><link>http://forums.asp.net/28.aspx</link><description>All about building XML Web Services with ASP.NET - SOAP, WSDL, WCF, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=66&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Add Service Reference creates empty app.config</title><link>http://forums.asp.net/thread/2752257.aspx</link><pubDate>Tue, 18 Nov 2008 10:20:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2752257</guid><dc:creator>johnwsaunders3</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2752257.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=2752257</wfw:commentRss><description>&lt;p&gt;I don&amp;#39;t understand. Do you have a question? The exception message is telling you what is wrong.&lt;/p&gt;</description></item><item><title>Re: Add Service Reference creates empty app.config</title><link>http://forums.asp.net/thread/2746658.aspx</link><pubDate>Fri, 14 Nov 2008 19:54:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2746658</guid><dc:creator>nmahesh567</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2746658.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=2746658</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Also, svcutil generates config file and proxy. &lt;/p&gt;</description></item><item><title>Add Service Reference creates empty app.config</title><link>http://forums.asp.net/thread/2746600.aspx</link><pubDate>Fri, 14 Nov 2008 19:23:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2746600</guid><dc:creator>nmahesh567</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2746600.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=2746600</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I develped simple WCF service. I ran the service in VS.NET 2008 itself under WCF Test Client. This WCF Test Client shows correct config file and I can execute method in that tool. Also I can access WSDL by going through IE (http://localhost:8731/Design_Time_Addresses/CatalogServiceLibraryTest/CatalogDataProviderService/?wsdl).&lt;/p&gt;&lt;p&gt;&amp;nbsp;But when I try to add Service Reference in VS.NET, it creates empty app.config file and not all types including service proxy classs are generated in proxy.Also if I try to use generated proxy as it is, it gives following warnings.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Warning&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; Custom tool warning: Cannot import wsdl:portType&lt;br /&gt;Detail: An exception was thrown while running a WSDL import extension: System.ServiceModel.Description.DataContractSerializerMessageContractImporter&lt;br /&gt;Error: ISerializable type with data contract name &amp;#39;CatalogServiceException&amp;#39; in namespace &amp;#39;http://schemas.datacontract.org/2004/07/XXX.Technology.Services.Catalog.Faults&amp;#39; cannot be imported. The data contract namespace cannot be customized for ISerializable types and the generated namespace &amp;#39;CatalogServiceClient.ServiceReference1&amp;#39; does not match the required CLR namespace &amp;#39;XXX.Technology.Services.Catalog.Faults&amp;#39;. Check if the required namespace has been mapped to a different data contract namespace and consider mapping it explicitly using the namespaces collection. &lt;br /&gt;XPath to Error Source: //wsdl:definitions[@targetNamespace=&amp;#39;XXX.com/Technology/Services/CatalogService/ServiceContracts&amp;#39;]/wsdl:portType[@name=&amp;#39;CatalogDataProviderService&amp;#39;]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;path&amp;gt;\Service References\ServiceReference1\Reference.svcmap&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; CatalogServiceClient&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Warning&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; Custom tool warning: Cannot import wsdl:binding&lt;br /&gt;Detail: There was an error importing a wsdl:portType that the wsdl:binding is dependent on.&lt;br /&gt;XPath to wsdl:portType: //wsdl:definitions[@targetNamespace=&amp;#39;www.XXX.com/Technology/Services/CatalogService/ServiceContracts&amp;#39;]/wsdl:portType[@name=&amp;#39;CatalogDataProviderService&amp;#39;]&lt;br /&gt;XPath to Error Source: //wsdl:definitions[@targetNamespace=&amp;#39;http://tempuri.org/&amp;#39;]/wsdl:binding[@name=&amp;#39;WSHttpBinding_CatalogDataProviderService&amp;#39;]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;path&amp;gt;\CatalogServiceTest\CatalogServiceClient\Service References\ServiceReference1\Reference.svcmap&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; CatalogServiceClient&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Warning&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; Custom tool warning: Cannot import wsdl:port&lt;br /&gt;Detail: There was an error importing a wsdl:binding that the wsdl:port is dependent on.&lt;br /&gt;XPath to wsdl:binding: //wsdl:definitions[@targetNamespace=&amp;#39;http://tempuri.org/&amp;#39;]/wsdl:binding[@name=&amp;#39;WSHttpBinding_CatalogDataProviderService&amp;#39;]&lt;br /&gt;XPath to Error Source: //wsdl:definitions[@targetNamespace=&amp;#39;http://tempuri.org/&amp;#39;]/wsdl:service[@name=&amp;#39;CatalogDataProviderService&amp;#39;]/wsdl:port[@name=&amp;#39;WSHttpBinding_CatalogDataProviderService&amp;#39;]&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;path&amp;gt;\Service References\ServiceReference1\Reference.svcmap&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; CatalogServiceClient&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>