Using WebService Task

Hello,

I'm trying to use this web service :
http://office.microsoft.com/Research/Providers/MoneyCentral.asmx WSDL

i get an error :
"This version of the Web Services Description Language (WSDL) is not supported"

What's wrong


Answer this question

Using WebService Task

  • glennl

    I get the same message with another WSDL file - any solution to this problem
  • Bryan.Edwards

    Did you receive any answer outside the forum to this question

    What address are you providing in your HTTP connection manager Are you providing the URL exactly as you typed it in your question, above

    -Doug

  • Mr Brewdude

    This is the default error for all parsing related issues the task cannot handle from a given WSDL. In those cases, I would suggest generating the proxy with wsdl.exe, and including it as a reference in a Script Task (or compiling the class and adding it to the GAC if you will have multiple call requirements).

    Donald Farmer's book Scripting SQL Server 2005 Integration Services has an entire chapter devoted to doing just that.

    HTH,
    Patrik



  • b1zaphod

    No, its very strange...

    I provide this URL in connection Manager, I download WSDL file, and when i go to the method, i get this error...

    Can you try it

    Thanks

  • seanf

    Do you think it is a SSIS bug



  • bmartin

    Hello,

    The error still occur with final version. Any ideas it is very strange...

    Thanks a lot



  • MacKenzie

    I've tried this as well. Using either of two Urls,

    http://office.microsoft.com/Research/Providers/MoneyCentral.asmx
    http://office.microsoft.com/Research/Providers/MoneyCentral.asmx WSDL

    When selecting the Service as MoneyCentralRemote, it accepts this choice, and then raises the error -

    TITLE: Web Service Task
    ------------------------------

    This version of the Web Services Description Language (WSDL) is not supported.

    ------------------------------
    BUTTONS:

    OK
    ------------------------------

    The WSDL has been created by the download WSDL function,. and looks pretty good to me. I tried an empty file, and that gives a different error, saying invalid Xml.



  • Using WebService Task