WCF Publishing Wizard Beta 2 - Metadata only exception
In BizTalk R2 Beta 2, is it possible to publish to IIS using the metadata only option for a receive location which is is set up for a WCF- NetTcp binding?
Tried it a few times and get the following error:
If it is not ready yet than I won't persue but if it is something small I need to do I'd be graetful of a pointer...
This occurs browsing to the generated .svc file.
Thanks
[XmlException: Root element is missing.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +87
System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) +109
System.Xml.XmlTextReaderImpl.ParseDocumentContent() +1904085
System.Xml.XmlTextReaderImpl.Read() +38
System.Xml.XmlReader.MoveToContent() +70
System.Xml.XmlReader.ReadStartElement(String name) +22
Microsoft.BizTalk.Adapter.Wcf.Metadata.ReceiveLocationProxy.ExtractProperties(String customCfg) +124
Microsoft.BizTalk.Adapter.Wcf.Metadata.ReceiveLocationProxy.CreateRLConfig() +29
Microsoft.BizTalk.Adapter.Wcf.Metadata.MexServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +325
System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +698
System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +31
System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +445
[ServiceActivationException: The service '/BizTalkWcfServiceABC/Service1.svc' cannot be activated due to an exception during compilation. The exception message is: Root element is missing..]
System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +962
System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath) +419
System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest() +264
System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest() +760
System.ServiceModel.Activation.HostedHttpModuleRequestAsyncResult.BeginRequest() +178
System.ServiceModel.Activation.HttpModule.StartBeginProcessRequest(Object sender, EventArgs e, AsyncCallback cb, Object extraData) +70
System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +195
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

