Exception in consuming Webservice in .NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anni V
    New Member
    • Feb 2009
    • 22

    Exception in consuming Webservice in .NET

    Hi,

    I'm developing a .NET application using .NET 3.5
    My application is using a JAVA
    WebService (wsdl url)
    When I run the application I want to consume the web service (wsdl file) written in XML.

    The issue is that, i either keep getting the Operation Time out Error or the following exception while debugging

    Possible SOAP version mismatch: Envelope namespace
    http://schemas.xmlsoap .org/wsdl/ was unexpected.
    Expecting
    http://schemas.xml/org/soap/envelope/.

    I request you to kind help in resolving this problem

    Regards

    Anni V
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    refer these links

    The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.


    A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

    Comment

    • Anni V
      New Member
      • Feb 2009
      • 22

      #3
      Thanks for your help,
      But could you help me in a method to explicitly call a specific SOAP version through code

      As in if I want the wsdl to call SOAP version 1.1, how can I explicitly do so

      Please help

      Comment

      Working...