Home Forums SQL Server 2005 SQL Server 2005 General Discussion call Java web service from SQL server 2005 store procedure and get response from web service in store procedure RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure

  • A better option would be to call the web service from your application code and submit the resulting XML to the stored procedure for further use and inspection, i.e. do not call web services from within the database engine.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato