It is set up like that. I get to this method in the client RetrieveResponseFromServer
And it breaks on this line... HttpWebResponse res = (HttpWebResponse)req.GetResponse(); Looking at the traffic on fiddler, I do not see the SAML request being sent. I see the headers for the request but not the SOAP envelope and contents. -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: Thursday, October 28, 2010 1:24 PM To: [email protected] Subject: Re: [cas-user] SAMLArgumentExtractor > I'm using the dotnet client. Should I port the Java > Saml11AuthenticationFilter to c#? No. Set the ticketValidatorName attribute to use the SAML 1.1 protocol: ticketValidatorName="Saml11" M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
