using web service task in SSIS package

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?c293b3Js?=

    using web service task in SSIS package

    Hi,

    I made one WCF service hosted in IIS on my server machine.
    I'd like to call this service in SSIS package.
    but I got timeout error.

    the HTTP connection manager allows only 300secs, but I need more.

    How can I solve this?
    I read some article, but someone says I need to ues Proxy server.
    if I don't have any proxy server yet, how can I create/use this in SSIS
    package?

    Please, advice me.

    Thanks
    soworl



  • =?Utf-8?B?c293b3Js?=

    #2
    RE: using web service task in SSIS package

    or How can I increase timeout value?
    is this possible to wait the response 10mins?

    thanks,


    "soworl" wrote:
    Hi,
    >
    I made one WCF service hosted in IIS on my server machine.
    I'd like to call this service in SSIS package.
    but I got timeout error.
    >
    the HTTP connection manager allows only 300secs, but I need more.
    >
    How can I solve this?
    I read some article, but someone says I need to ues Proxy server.
    if I don't have any proxy server yet, how can I create/use this in SSIS
    package?
    >
    Please, advice me.
    >
    Thanks
    soworl
    >
    >
    >

    Comment

    Working...