Just a thought.
You can use Sp_Oa ... methods for COM object access.
So you can create MSXML.XMLHTTP object using sp_oaCreate and call the Open method with web serice url.
The result will be in ResponseXml property of the same object.
However note that this requires MSXML to be installed on the server.