About 50 results
Open links in new tab
  1. Making Request to WebService in XML SOAP format without adding ...

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

  4. wsdl, Unable to import binding from namespace.

    Apr 1, 2010 · Unable to import binding 'BarSOAPBinding' from namespace 'http://example.org/bar/'.

  5. Pivot ERROR - social.msdn.microsoft.com

    May 7, 2007 · [1997] , [1998], [1999], [2000], [2001], [2002], [2003])) as pvt Monday, May 7, 2007 7:47 AM 0 Sign in to vote maybe this will explain what i want with the pivot : ex : i have table like this …

  6. MSDN

    MSDN

  7. 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 reference to the …

  8. How to remove xmlns from Message - social.msdn.microsoft.com

    Mar 5, 2014 · I've createad a custom MessageHeader to create an object called UserInfo that contains Username + Password. However, How do I remove the xmlns="..." from the message request below?

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

  10. Alternate of DocumentElement.SelectNodes

    Apr 6, 2009 · Question 0 Sign in to vote Hi, Please tell me the alternative of DocumentElement.SelectNodes while using LINQ