i****a 发帖数: 36252 | 1 What are the possible ways to call 3rd party web service and "post" a file?
Our end is windows platform.
- sql clr
- ssis web servic task?
- what else?
[发表自未名空间手机版 - m.mitbbs.com] |
B*****g 发帖数: 34098 | 2 java/.net
?
【在 i****a 的大作中提到】 : What are the possible ways to call 3rd party web service and "post" a file? : Our end is windows platform. : - sql clr : - ssis web servic task? : - what else? : [发表自未名空间手机版 - m.mitbbs.com]
|
i****a 发帖数: 36252 | 3 I am trying Sql clr with c#.net.
Ssis web service task is easy, can handle certificate etc. But I don't think
it handles ssl conection? Also the vendor is not exposing their wsdl file...
[发表自未名空间手机版 - m.mitbbs.com]
【在 B*****g 的大作中提到】 : java/.net : : ?
|
a9 发帖数: 21638 | 4 clr可行。
可是数据往里传好像不好传哦。实在不太喜欢用它那个pipe.
think
...
【在 i****a 的大作中提到】 : I am trying Sql clr with c#.net. : Ssis web service task is easy, can handle certificate etc. But I don't think : it handles ssl conection? Also the vendor is not exposing their wsdl file... : : [发表自未名空间手机版 - m.mitbbs.com]
|
i****a 发帖数: 36252 | 5 I will have to see if I can make this a stand alone .net executable and
handle the data part somewhere else.
Need to make the database trust for the clr to be able to access filr systm.
Now still need to figure out how to make .net connect to ssl with
certificate.
[发表自未名空间手机版 - m.mitbbs.com]
【在 a9 的大作中提到】 : clr可行。 : 可是数据往里传好像不好传哦。实在不太喜欢用它那个pipe. : : think : ...
|
a9 发帖数: 21638 | 6 that's easier than clr in sqlserver.
数据库访问ws更重要的是安全问题,呵呵。
systm.
【在 i****a 的大作中提到】 : I will have to see if I can make this a stand alone .net executable and : handle the data part somewhere else. : Need to make the database trust for the clr to be able to access filr systm. : Now still need to figure out how to make .net connect to ssl with : certificate. : : [发表自未名空间手机版 - m.mitbbs.com]
|