About 1,890 results
Open links in new tab
  1. 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?

  2. 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, everything …

  3. 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.

  4. 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 ADFS …

  5. How to encrypt a SOAP header with WCF and WS-S.1.0. (Not WS …

    Jun 22, 2015 · I’m developing a .Net client with WCF and VS2010 (.Net Framework 4.0) to send a SOAP request to a Java Web Service. My Java Web Service is using WS-S 1.0 and need ...

  6. MDX IIF statement based on attribute value

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

  7. Send a soap request in C# - social.msdn.microsoft.com

    Oct 7, 2021 · I have a web service that I'd like to be able to send a soap request to and basically print out the values that are returned.

  8. WCF - Envelope Namespace prefix using the web.config file

    Nov 26, 2014 · There is an issue with the namespace prefix generation in the response in WCF.Please let me know if can use the web.config file with the below configuration for the same.

  9. Problem adding AppDomains in the manifest of an outlook addin

    Jun 6, 2016 · We are developing an Outlook Addin in pure html and javascript and are using the manifest created by 'yo'.

  10. 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 …