Utilize xml-rpc from T-SQL code

marvajj

New Member
Currently I have nice solutions for REST (via clr/assembly) and SOAP (via sp_OA based stored procedure) but XML-RPC is still a question to access directly from SQL Server T-SQL code. Please advise which variants exist for this purpose. I need to avoid application layer because all logic is already in a stored procedure inside the database, and just recordset is needed to be supplied.
 
Back
Top