Re: Assertion: SQL Server 2000 can't issue a SOAP call

From: Rob Hindman (robhindman_at_hotmail.com)
Date: 03/25/04

  • Next message: Paul Reed: "Re: Fetch Into Within a User Defined Function"
    Date: 24 Mar 2004 19:18:25 -0800
    
    

    Hi Stefan D.,

    Many Thanks for Your Help! After tweeking the C++ code, and setting
    the ISoapClientPtr->put_ClientProperties(...), the code was still
    failing...

    I tried the code that you suggested, and it worked like a charm! The
    sp_OAxxxx family of stored procedures seems very robust as well. We
    took this route, and we eliminated the C++ code and the build and
    deployment steps that were previously needed. (Perhaps the C++ code
    could have been optimized, and it may have advantages over the
    sp_OAxxxx sprocs, but for our purposes, using an all T-SQL approach
    works great...) Many Thanks Again, Stefan!


  • Next message: Paul Reed: "Re: Fetch Into Within a User Defined Function"