Post XML data to a URL in TSQL

on1way

New Member
I have some lead data which I need to post to a URL in XML format. Since lead data need to be posted after some calculations, I want to post within from TSQL. \[code\]<LeadID>1142637</LeadID><LeadType>2</LeadType><DateCreated>2012-05-08T13:13:59.103</DateCreated><FirstName>test</FirstName><LastName>name</LastName>\[/code\]I was able to convert Table join data to XML in TSQL as shown above but now I am stuck with posting this to 3rd party URL from TSQL. Can someone with this knowledge help me please?
 
Back
Top