SSIS Web Service Task

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

Comments (5)

SEnion
SEnion said:

I have a problem, I need to call a Web Service using a SOAP call. I realise that I need to use a Web Services task as part of the dataflow rather than control flow, but I am unsure as to how to acheive this. Does anyone have any pointers? Thanks

1/11/2011
 · 
 
by
MikeDavis
MikeDavis said:

Senion, You can't call it from inside a data flow. But you can stage the data in the control flow by loading an object variabe with the data, then do a for each loop over the variable. Place the web services task in the for each loop. You are limited on the size of the object variable though.

1/11/2011
 · 
 
by
mwpage
mwpage said:

Mike, I was able I have been trying to pull data from a web service using this method and SSIS 2008 R2, however evertime I attempt to set "Input" screen options on the task, BIDS crashes.  The Webservice I am calling only has SOAP 1.1 and SOAP 1.2 retrieve methods (no HTTP GET nor HTTP POST).  I'm not sure if that is the issue or not, any ideas?

 

-mwpage

7/13/2011
 · 
 
by
MikeDavis
MikeDavis said:

If BIDS crashes then you might have a bad install. That is my guess. I would reinstall or try from a different machine. If it happens on a different machine, then it seems to be an issue with the web service. Sorry I could not give more help.

7/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
Blogs RSS Feed

MikeDavis's latest blog posts

Blogs RSS Feed

Latest community blog posts