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.
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
Urubu715
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
cyberkid1043
xfiles
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
HgEuAaVrEdN
Allen Clark MSFT
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
GPAustralia
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.
GERT86
Hello,
The error still occur with final version. Any ideas it is very strange...
Thanks a lot