work2gs
06-10-2009, 01:40 PM
Hi
I write a sample SL application 2.0 with a sample WCF service.
I am using Windows 2008 - IIS 7.0
I modify ServiceReferences.ClientConfig as following
<endpoint address="http://www.yelobiz.com/Service1.svc"
and define my client in page.xaml.cs
ServiceReference1.Service1Client client;
Uri address = new Uri(Application.Current.Host.Source, "../Service1.svc");
client = new Service1Client("BasicHttpBinding_Service1", address.AbsoluteUri);
but the call of any method from this wcf service fail.
How i can debug this problem?
any idea ?
Thanks
Fred
I write a sample SL application 2.0 with a sample WCF service.
I am using Windows 2008 - IIS 7.0
I modify ServiceReferences.ClientConfig as following
<endpoint address="http://www.yelobiz.com/Service1.svc"
and define my client in page.xaml.cs
ServiceReference1.Service1Client client;
Uri address = new Uri(Application.Current.Host.Source, "../Service1.svc");
client = new Service1Client("BasicHttpBinding_Service1", address.AbsoluteUri);
but the call of any method from this wcf service fail.
How i can debug this problem?
any idea ?
Thanks
Fred