先谢谢...当我在sql中执行下面提到的部分使用Web服务发送短信时,得到错误作为操作超时。请帮我解决这个问题。
-- Call service to send sms
EXEC spHTTPRequest @URI = @ServiceFinalUrl
,@methodName = 'POST'
,@requestBody = @RequestText
,@SoapAction = 'http://tempuri.org/CreateOrderForMe'
,@UserName = ''
,@Password = ''
,@responseText = @xmlOut OUT