Skip to content

ahmadaghazadeh/ConsoleAppCallWebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleAppCallWebService

Console Application Call Rest Web Service

DECLARE @Command VARCHAR(8000)
DECLARE @RetInfo VARCHAR(8000)
SELECT @Command ='Caller.exe  http://localhost/webservice.aspx arg1=9  arg1=name'
EXEC @RetInfo=MASTER.dbo.xp_cmdshell @Command
PRINT @RetInfo

About

Console Application Call Rest Web Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published