Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 HTTP upload from SQL-SP

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-12-22 : 08:29:17
Ferry writes "Hello,

I have a stored procedure in which I want a result (XML) uploaded to a webservice. If possible I want to capture the result to determine whether the upload was succesfull or not.
Googling the internet I found some references to 'ServerHTTP' but I can't find it anywhere.
Please help...

With kind regards,

Ferry"

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2003-12-22 : 10:18:08
You might have a look at using using ServerXMLHTTP Directly:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk30/htm/xmobjxmldomserverxmlhttp_using_directly.asp

The following link demos this:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=30519&SearchTerms=xml

Thought this may better be handled in another tier...
Go to Top of Page
   

- Advertisement -