SSIS Web Service Task Step by Step

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

Comments (12)

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