由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - how to call a web service?
相关主题
推荐: 初级、中高级SSIS ETL 教材这个sql问题谁知道???
我安装的sqlserver 2005怎么很多功能都没有?sql server 问题
如何复制数据最快?怎么备份?
有什么工具能sync oracle和 sqlserver的database吗?Issue with SSIS export to a flat file and to importy as well
migration from SQLServer to OracleSQL Server 2005 Exec( )
SSIS package存放问题SSIS: execute SQL task failed on Insert statements
Data Analyst 简历问题同事辞职做BI去了
怎样在T-SQl中执行一条放在varchar中的命令multi tasks如何HANDLE?
相关话题的讨论汇总
话题: web话题: service话题: clr话题: call话题: what
进入Database版参与讨论
1 (共1页)
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]

1 (共1页)
进入Database版参与讨论
相关主题
multi tasks如何HANDLE?migration from SQLServer to Oracle
What is default USERNAME and PASSWORDSSIS package存放问题
MSDE & VS.NETData Analyst 简历问题
为啥不用web hosting service?怎样在T-SQl中执行一条放在varchar中的命令
推荐: 初级、中高级SSIS ETL 教材这个sql问题谁知道???
我安装的sqlserver 2005怎么很多功能都没有?sql server 问题
如何复制数据最快?怎么备份?
有什么工具能sync oracle和 sqlserver的database吗?Issue with SSIS export to a flat file and to importy as well
相关话题的讨论汇总
话题: web话题: service话题: clr话题: call话题: what