Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jimlord

  1. jimlord

    Automated HTTP call unable to link beyond LAN

    Here's a wierd one (for me, that is): I have a web page on a Windows 2000 LAN, call it "A_THROW" on my server that gets called every 10 minutes by a scheduled process. A_THROW, in turn, links to a foreign web page, B_CATCH, on a 3rd party's server. As long as I run A_THROW from a...
  2. jimlord

    How to post an HTTP FORM from SQL Server?

    Hi rac2, Okay, here's an update and upgrade on our current solution. We've now written a C++ xp that our SQL Server can call. The xp processes HTTP requests that are passed to it as parameters. It's working pretty well but it's still not as elegant as an internal SQL HTTP would be. As for...
  3. jimlord

    How to post an HTTP FORM from SQL Server?

    Yep, I know bud. But it's not my database I want to interact with. It's 3rd party systems that have developed form-driven API's to their systems and are loathe to provide me any other access to their systems. I have to interact with those systems, but as I've designed my system in 3-tier...
  4. jimlord

    How to post an HTTP FORM from SQL Server?

    Does anyone know how to execute an HTTP FORM from within SQL Server (not build a form, but actually fire off the URL)? In our particular case, we are using Cold Fusion and have developed Cold Fusion form API's to other systems. It is these forms we would like to call from within SQL Server. Jim

Part and Inventory Search

Back
Top