I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF
<wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8">
<wsu:Created>2006-09-20T13:20:46Z</wsu:Created>
<wsu:Expires>2006-09-20T13:25:46Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</env:Header>
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Sender</env:Value>
<env:Subcode>
<env:Value xmlns:prefix0="http://Microsoft/ConnectedServices/2006/06/Session/">prefix0:20000</env:Value>
</env:Subcode>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">An internal server error occurred. Your call was not processed. Contact the site administrator for details.</env:Text>
</env:Reason>
Its a very generic error message so i m confused where i m wrong.
Thanks,Venu

I m getting an error while invoking the webservice available in session.
Jeremy Conner
hi sid,
actually i am also facing the same prob and i am working on mixed mode of sql also
can you help me out
abhi
little_girl
Hi venu,
This issue is solved. I just had to change the SQL Server security to Mixed mode from the Windows Authentication mode.
Thanks
Dan.Jurden
When you get Internal Server Error from any of the CSF component, please take a look at the EventLog as a detailed error will be logged. You will be able to determine the cause of the error using that information.
The reason why we chose to return the generic "Internal Server Error" for some of the server errors was because returning detailed error message could become a security threat to the server.
Thanks
HDoucet
Hi Guys,
I figured out what the problem was it was not with any of the components recreated a new user in active directory and added it in all the desired groups. It worked. I think the problem was with my user id, I have posted this problem to system guys and they will be able to tell me why my userid was giving a problem.
Thanks
Venu
gourmete
Hi Venu,
I am also facing the same problem in running the Hello World Sample Application for CSF. I was following the steps mentioned in the MSDN to run the Hello World program. But when i pressed the button to create the session, it shows the error - "Soap Exception... Your Call was not processed...."
Can you please explain the solution to this problem in details