Hello,
is message exchange between a .NET Webservice and a SQL stored procedure possible
And if, could you please explain me how Or give me a tip where i can get more informations
and maybe samples
thanks for your help
regards
pamelia
Hello,
is message exchange between a .NET Webservice and a SQL stored procedure possible
And if, could you please explain me how Or give me a tip where i can get more informations
and maybe samples
thanks for your help
regards
pamelia
hi,
i would like to send informations from a CLR stored proc to a .NET web-service and get some back.
ist it possible
pamelia
Thanks for your help!
But how can i call a web-service from a clr based proc
Do you know where i can get an example
pamelia
wsdl http://path_to_your_webservice.asmx
sgen your_assembly.dll /p
string ret = hello.HelloWorld();
SqlContext.Pipe.Send(ret);