Accessing Multiple methods from a web service using web service task
HI, When i am using an SSIS web service task, is it possible to get all the methods information to different tables. or Else if the above case is not possible, can i use multiple web service tasks with same http connection(.wsdl file) to access the web service for each method and then load the info to a table.(if i can do this, is there any performance issue) Thanks
October 2nd, 2010 1:23am

Instead of using a web service task (where you have to have that many tasks for that many methods),we can use a script task to discover all the web methods by creating a proxy class. some example of finding the web methods of a web service url is here http://www.crowsprogramming.com/archives/66vinu
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2010 3:31pm

Any updatesvinu
October 24th, 2010 4:14pm

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

Other recent topics Other recent topics