Getting data from webservice using SSIS
I need to get data from web services with credentials using SSIS. I used the web service task to connect to the web service using the credential but I got No authorization 401 message. I tried to use script task to connect to the web services but i am having issues references the proxy class given to me. Does anyone have idea of how to go about this?BI Developer
January 21st, 2011 11:29pm

what is the webservice which you want to connect? is it WCF or WebService?http://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2011 12:11am

WebServiceBI Developer
January 22nd, 2011 9:08am

WebServiceBI Developer
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2011 9:08am

You should be able to accomplish the goal by using the WebService Task. To do this using the script - http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/01/28/consuming-web-services-in-ssis-script-task.aspx Most importantly, you need to troubleshoot the connectivity issue 401 FIRST, before you try to build your package. Did you try accessing the webservice using IE?Arthur My Blog
January 24th, 2011 10:55am

Thanks I am now able to access the web services and use the proxy class to accessing the credential and assign values to them. The issue is that the web method I needed is returning three string as a parameter list. I am having problem retrieving the data from the web method. How can I debug within script component? I am getting error you cannot bebug or run this project, becuase the required version of Microsoft application is not installed?BI Developer
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 3:53pm

What are your steps to debug?Arthur My Blog
January 27th, 2011 3:57pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics