locked
Passing a variable of object type from ssis to webservice RRS feed

  • Question

  • Hi

    can we pass a variable of object type from ssis to webservice(I am using a web service task to communicate with the web service. This particular webservice has a webmethod with input type as object). The webservice is developed in dotnet. My idea is to pass this variable as an object.

    Will SSIS suport sending of  a parameter of type object to a webservice?

    I have seen web service task sending string variables to a web service.However I am not confident whether a variable of type OBJECT can be passed from an SSIS package (using web service task) to a web service..Any issues ???

    Sunday, June 13, 2010 6:38 PM

Answers

  • Hi

    can we pass a variable of object type from ssis to webservice(I am using a web service task to communicate with the web service. This particular webservice has a webmethod with input type as object). The webservice is developed in dotnet. My idea is to pass this variable as an object.

    Will SSIS suport sending of  a parameter of type object to a webservice?

    I have seen web service task sending string variables to a web service.However I am not confident whether a variable of type OBJECT can be passed from an SSIS package (using web service task) to a web service..Any issues ???

    Find out what is meant by "object" in this method from whoever is the provider of this web service. You cannot just pass any object. The object should be able to serialize/deserialize over HTTP.

    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
    • Proposed as answer by Todd McDermid Tuesday, June 22, 2010 7:28 AM
    • Marked as answer by Jerry Nee Wednesday, June 23, 2010 7:33 AM
    Monday, June 14, 2010 3:17 PM

All replies

  • well the two links looked promising but still I am not able to figure out the answer to my question. can anyone tell the concept a bit more clearly. I am a new to ssis....
    Monday, June 14, 2010 11:12 AM
  • Hi

    can we pass a variable of object type from ssis to webservice(I am using a web service task to communicate with the web service. This particular webservice has a webmethod with input type as object). The webservice is developed in dotnet. My idea is to pass this variable as an object.

    Will SSIS suport sending of  a parameter of type object to a webservice?

    I have seen web service task sending string variables to a web service.However I am not confident whether a variable of type OBJECT can be passed from an SSIS package (using web service task) to a web service..Any issues ???

    Find out what is meant by "object" in this method from whoever is the provider of this web service. You cannot just pass any object. The object should be able to serialize/deserialize over HTTP.

    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
    • Proposed as answer by Todd McDermid Tuesday, June 22, 2010 7:28 AM
    • Marked as answer by Jerry Nee Wednesday, June 23, 2010 7:33 AM
    Monday, June 14, 2010 3:17 PM