WCF using ASP.NET
Tue, 1 Jul 2008 05:34:24 -0700 (PDT)
Dear All,
I managed to create my first WCF application, which is the
HelloWorld. Basically I created the HelloService.cs,
IHelloService.cs, and HelloService.svc, and everything works fine.
However I have an application I am trying to convert from the normal
asmx webservice to WCF.
My idea is to ...
|
WCF service authenticating
Thu, 26 Jun 2008 10:19:01 -0700
Hello all,
I have problem with WCF service authenticating. Please, take a look at the
following code:
ProductsServiceClient proxy = new
ProductsServiceClient("NetTcpBinding_IProductsService");
proxy.ClientCredentials.Windows.ClientCredential.Domain = "DAGREGI";
proxy.ClientCredentials.Windows.ClientCred ...
|
The pipe name could not be obtained - when using ASP.NET Impersona
Mon, 23 Jun 2008 16:30:00 -0700
I have a web application written in VS2008, trying to use a WCF service
running on a console. The service is running as me - the person logged in,
while the web application is impersonating an administrator user on the
windows 2003 server. I notice I get the below error whenever trying to make
the WCF call u ...
|
How to provide username from device application to access WCF service from Compact Framwork
Tue, 10 Jun 2008 11:32:25 +0530
Hi All,
Is there any way to provide user name and password from device
application to access the WCF service?
Please help me.
Thanks in advance.
Supriya.
...
|
Asynchronous WCF Question
Sun, 8 Jun 2008 05:33:00 -0700
Hi
I am using WCF Services exposed as REST URIs to be consumed by generic AJAX
clients. All of my services need to be Async in nature.
We have a typical n-layer architecture for our project wherein the Service
Layer --> Business Layer and
Business Layer --> Data Access Layer
Data Access Layer --> LINQ --> DB ...
|
test
Fri, 6 Jun 2008 18:39:14 +0200
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros.
Tfno: 91452123334
Puedes ver mi anuncio gratis en:
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
ww ...
|
WCF Custom Serialization
Wed, 4 Jun 2008 05:19:52 -0700 (PDT)
Hi
I am using WCF RESTful services for my application.
However the services are required to return either JSON or XML
depending on a parameter that is passed to the service. So I cannot
use the ResponseFormat property of the WebInvoke attribute directly.
Can anyone tell me what is the best way to achieve ...
|
|
|
calling a WCF callback from COM exe
Tue, 3 Jun 2008 21:51:45 -0700
Hi everyone
I made my WCF service dll exposed to COM.
I call a function in WCF from an COM exe, in that function I get the
callback chanel to call a call back function but I get an exception.
Does anyone know why, I am really stuck on this one and dont know what to
do, any help would be greatly apprecia ...
|
MEX for End Point with Custom Security
Mon, 2 Jun 2008 11:38:10 -0700
Hi,
I have a wcf service end-point with custom authentication (Live ID) via HTTPS
and no matter what I do, MEX fails for this end-point, any idea on how to
fix this?
or even why this is happening?
Thank you. ...
|
switching the binding in Visual Studio 2008
Mon, 02 Jun 2008 16:47:41 +0200
Hello out there,
is there an easy way to switch the binding in visual studio while
developing the services
(the service and the client is in the solution).
Everytime I try this, I have problems with mex and/or the service tries
to use the old url (http but not the new tcp.net).
Is there any tutorial ...
|