SSIS Web Service Task Step by Step

Who is online?  0 guests and 2 members
Home  »  Blogs  »  BillBrannen  »  SSIS Web Service Task Step by Step
 
0
/5
Avg: 0/5: (0 votes)

Comments (22)

Daniel
Daniel said:
I have never used a web service in SSIS, but they are getting so common I imagine I will need to set one up pretty soon. Thanks for showing me the basics.
5/3/2010
 · 
 
by
Karthick S
Karthick S said:

hi,

good article, i want to do much more add-ons such as from the xml file i want to read data and store into database,

can you give some idea about that

5/27/2010
 · 
 
by
hennie7863
hennie7863 said:

Trying to use this with devvirualearth but it gives me a mesage : "the selected web method contains unsupported arguments"???

 

8/8/2010
 · 
 
by
Derek
Derek said:

Hi, my 5 cents...
I use web services very intensively for collect data from Lotus, 1C (it's a ERP- system)) and several other internal and external systems. In most cases, web service returns a small amount of data. In the database I have identified schemes and procedures with validated XML parameters. I use the variable for store "Web services task" output and then I use the resulting XML as input parameter to a stored procedure. SP does all other works uses excellent features of SQL SERVER 2008. :)    

If webservice returns a lot of data or method defined in webservice uses non-English languages (Russian in my case)  - I use ScriptTask  instead of Webservice Task

Also i use "Web services task" for send data into webservices

11/3/2010
 · 
 
by
John
John said:
How do you send data from SQL to webservices?
5 days ago
 · 
 
by
P
P said:

I follow your guide to get data from web site. When I press "Input" in Web Service Task Editor, the following error is shown:

 

TITLE: Web Service Task

------------------------------

 Could not read the Web Services Description Language (WSDL) file. The input WSDL file is not valid. The following error occurred while reading the file. There is an error in XML document (1, 1)..

 ------------------------------

BUTTONS:

OK

------------------------------

Could you please tell me why it is?

 

 

11/26/2010
 · 
 
by
Nancy
Nancy said:

Is there a way to upload a file to https using a web task?

12/21/2010
 · 
 
by
Daniel
Daniel said:

Great tutorial.  Would love to see an example of calling a web service that takes a ComplexType (xml) as a parameter.

4/1/2011
 · 
 
by
Priya
Priya said:

I created a HTTP connection Manager and I am trying to select the Service from the Input screen. I can see my service listed (its a CRMService). But when I try to select it, throws a GPF. Any Ideas?

I am usign SQL Server BI 2008

4/14/2011
 · 
 
by
otbl
otbl said:
In this example you use input parameter of type string, this works. But whenever I try to use input parameter of type int it always fails. Either it is always passed as zero or runtime error is thrown (in different scenarios). Although I am talking about calling a WCF service with HTTP endpoint, not really a Web service.
10/4/2011
 · 
 
by
S Webb
S Webb said:
Getting the following output, how can i fix this? <StockQuotes><Stock><Symbol>MMM</Symbol><
1/19/2012
 · 
 
by
S Webb
S Webb said:
">" between XML tag
1/19/2012
 · 
 
by
BillBrannen
BillBrannen said:
S Webb, you could try changing the OutputType to Variable and then use a Script task and string functions to remove any extra characters from the XML string stored in the variable.
1/19/2012
 · 
 
by
S1
S1 said:
Even I am getting the following error. In HTTP connection manager, The wsdl got downloaded successfully. But when I click on the Input tab it shows the error "Could not read the Web Services Description Language (WSDL) file. The input WSDL file is not valid. The following error occurred while reading the file. There is an error in XML document (1,5).." The WSDL was not downloaded properly. It doesnt show up the methods that is actually present in the webservice. can somebody help
3/2/2012
 · 
 
by
החלקה יפנית
Is it possible to use a Web service task to insert data into a database. For instance if I have a list of jobs that I want to transfer from one database to another. Can I use a web service task? If so can you point out how to implement it. Thanks.
8/20/2012
 · 
 
by
brewingm
brewingm said:
Will this work with HTTPS services?
8/29/2012
 · 
 
by
Web Development Services
I have never used SSIS services. I have read the post and try to use but it shows some error. Is this also work with HTTPS services?
10/30/2012
 · 
 
by
kumar
kumar said:
i want to connect to web server using ip address instead of http from ssis. how to do it step by step?
11/1/2012
 · 
 
by
sampath
sampath said:
This is the first time i am using http connection and followedthe steps mentioned above but during the execution of the package It is getting failed. Error log message:An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The Web Service threw an error during method execution. The error is: The request failed with HTTP status 417: Expectation failed.. at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection, VariableDispenser taskVariableDispenser) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()". Any help would be greatful Thanks in advance
11/9/2012
 · 
 
by
IT Support Los Angeles
Well explained!Thanks.
12/5/2012
 · 
 
by
SB
SB said:
Hey, Just wanted to say that's for the article. Worked like a treat! Thanks.
2/14/2013
 · 
 
by
yasir ayub
yasir ayub said:
Hi Friends I executed package and the following result in output.xml Please let me know whats wrong in my case thanks for cooperation... <StockQuotes><Stock><Symbol>MSFT</Symbol><Last>28.87</Last><Date>4/15/2013</Date><Time>10:25am</Time><Change>+0.08</Change><Open>28.60</Open><High>28.97</High><Low>28.51</Low><Volume>12289127</Volume><MktCap>241.8B</MktCap><PreviousClose>28.79</PreviousClose><PercentageChange>+0.28%</PercentageChange><AnnRange>26.26 - 32.89</AnnRange><Earns>1.82</Earns><P-E>15.82</P-E><Name>Microsoft Corpora</Name></Stock></StockQuotes>
4/15/2013
 · 
 
by
Andrew
Andrew said:
Excellent example! Thank you. I've followed the tutorial to the letter. But, unfortunately, I get an error message: [Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not load the proxy for the specified Web service. The error is: is not a valid Win32 application. (Exception from HRESULT: 0x800700C1). at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.loadProxyInAppDomain() at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()". Any ideas? The error seems to refer to a proxy. However, a working proxy in the http connection manager doesn't make any difference?!
4/17/2013
 · 
 
by
Jjthomas
Jjthomas said:
Thanks......
5 days ago
 · 
 
by
  • Name:*
  • Email:*
  • Website:
Type the characters you see in the image: *
Blogs RSS Feed

BillBrannen's latest blog posts

Blogs RSS Feed

Latest community blog posts