Similar Threads:
1.AJAX enabled WCF Service Vs Standard WCF Service
Hi Guys,
In Visual Studio 2008 there is an new item template called something
like "AJAX enabled" WCF Service along with just the standard WCF Service
template.
Can anyone explain to me what the actual difference is between the two?
I can see that the AJAX enabled service has a slightly different config
file, but I'm unsure what actual difference this makes?
In particular, is the format of the data returned different when its
AJAX enabled - if so, how is it different?
Many thanks in advance
Simon
2.Getting Error when Service account of WCF Service is a new account
Hi, I have WCF service and integrated with STS (WS-Federation). The Service
exposes 5 endpoints Win, UNT and Federated Windows, Federated UNT and Mex
endpoint.
My STS Service exposes 3 endpoints WIN, UNT and Mex.
I am getting error when I sent a request from a client to WCF Service
Fed-Win/ Fed-Unt endpoints. But it is passing for the regular Win and Unt
endpoints.
Error:
Test method AMUnitTest.SessionAMUnitTest.CreateSessionWithWindows threw
exception: System.ServiceModel.Security.SecurityNegotiationException: Secure
channel cannot be opened because security negotiation with the remote
endpoint has failed. This may be due to absent or incorrectly specified
EndpointIdentity in the EndpointAddress used to create the channel. Please
verify the EndpointIdentity specified or implied by the EndpointAddress
correctly identifies the remote endpoint. --->
System.ServiceModel.FaultException: The request for security token has
invalid or malformed elements..
After digging, I found that it is throwing that error due to the Service
account of my WCF Service ( this Service account is the new account just
created and it do not have any profile in the machine where my Service and
STS are running.
If I change the the Service Account some other user (which is logged in once
into the machine, then it is creating the profile in the machine) then I am
able to send the requests to all endpoints including Fed-Win and Fed-Unt
endpoints.
So here my question is, how can I give the service account of WCF Service to
a new user and to hit the Fed-Win / Fed-End points successfully.
Please let me know is there any solution for this.
cheers,
Ravi
3.AJAX enabled WCF Service Vs Standard WCF Service
Hi Guys,
In Visual Studio 2008 there is an new item template called something
like "AJAX enabled" WCF Service along with just the standard WCF Service
template.
Can anyone explain to me what the actual difference is between the two?
I can see that the AJAX enabled service has a slightly different config
file, but I'm unsure what actual difference this makes?
In particular, is the format of the data returned different when its
AJAX enabled - if so, how is it different?
Many thanks in advance
Simon
4.how to call wcf service from another wcf service or class libr
5.WCF client browsing the same WCF service hosting on multiple PC
Hi,
I would like to host A service on multiple PC and I want a client to
browse, enumerate or find each instances of the service on different
PC.
Would you like to give me a direction or how to implement it?
Regards,
Bandu
6. WCF in IIS : get IHttpHandler to process request
7. WCF : get IHttpHandler
8. Getting directory info in an IIS hosted WCF service