About 1,730 results
Open links in new tab
  1. Transformation of SAML Attribute in SAML Response

    Apr 26, 2011 · Given the following SAML Response from the claim provider how do I formulate the rules which will pass the SAML Attribute named 'ssoTokenId' to the relying party? The …

  2. What's xmlns:xsi in a XML document - social.msdn.microsoft.com

    Jan 2, 2009 · xsi is usually the prefix for namespace XMLSchema-Instance which contains several built-in attributes that can be used in any XML and XSD files.

  3. Making Request to WebService in XML SOAP format without …

    Jun 11, 2012 · Is there something wrong in the code block that I have developed for invoking the web method? What am I missing here? Where is the error? Can you help me spot it?

  4. The incoming message was signed with a token which was …

    The incoming message was signed with a token which was different from what used to encrypt the body. This was not expected. When I try to call the same service using WSE 3.0, …

  5. Calling a WebService WebMethod using WebClient Class …

    Jul 31, 2008 · Notice that if you're using WebClient, you really need to format the request just like the service expects it. If you want just to send the parameter, you should add a service …

  6. [EWS] No Sender information from ItemClass …

    <?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <h:ServerVersionInfo …

  7. How to add a user to an role in a cube using t-SQL / xmla?

    May 20, 2013 · I need to add a user to a role in a cube as part of an automated process - so I need to use (prefferably T-sql) to do so?

  8. MDX IIF statement based on attribute value

    Nov 10, 2010 · I need to modify my return set based on an attribute value.

  9. SslStream Authenticate Certificate in Web Service

    Oct 7, 2021 · Question 0 Sign in to vote User-665585339 posted hi Guys, To use mutual SSL in web service, this is my below code:- System.Net.ServicePointManager ...

  10. LINQ and XML for compact framework - social.msdn.microsoft.com

    May 1, 2008 · Yes, it is ok to compile. if you do check the value inside, or if you test is on a real xml example, it will fail. I created IEnumerable<XElement> collection to get my query result, …