由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - Anyone has experience about security in soap?
相关主题
一个使用Javas生成SOAP的问题xml project
How do I send the correct MIME/HTTP headers usingwhat is Premature end of script headers for XML??
软开发出互联网数据交换协议:SOAP1.0soap和xml德关系是什么?
Re: 软开发出互联网数据交换协议:SOAP1.0XML Perl Web application
Simple Object Access Protocol (SOAP) 1.1 SubmittSOAP and XMLRPC, example of XML usage 1
微软的产品怎么支持xml呀?SOAP and XMLRPC, example of XML usage 2
why .net uses xml?Re: SOAP and XMLRPC, example of XML usag
[转载] 现在大家都用什么 SOAP & SOAP Web Server?[转载] 救命, 怎样用SOAP::Lite访问.NET WEB Service?
相关话题的讨论汇总
话题: soap话题: anyone话题: security话题: about
进入XML版参与讨论
1 (共1页)
s***k
发帖数: 25
1
Using MS Soap ToolKit
Is there a way to control access right on the soap server
besides basic authentication?
would form based authentication works say with a cookie?
thx
a*****a
发帖数: 438
2
ok, I'm throwing my 2 cents here but be aware that I haven't
used SOAP toolkit yet:) - I am using VS.NET.
There are a few choices for security in web service (the
only thing I know about currntly):
1. NTLM - .NET Framework has an API called
User.IsInRole("domainname")..
2. Form based authentication - passing cookies around (which
you were thinking)
3. soap header - pass your username/password in soap
headers..
I only know about these ideas, never written any code on
these;)

【在 s***k 的大作中提到】
: Using MS Soap ToolKit
: Is there a way to control access right on the soap server
: besides basic authentication?
: would form based authentication works say with a cookie?
: thx

s***k
发帖数: 25
3

Thanks acutally i know the last 2, but would like to know
where .NET is headed in the context of SOAP security, would
really like someone from inside to make some insightful comment
can u describe the first option in a bit more detail?
user is from passport service? and role acl is at domain level?

【在 a*****a 的大作中提到】
: ok, I'm throwing my 2 cents here but be aware that I haven't
: used SOAP toolkit yet:) - I am using VS.NET.
: There are a few choices for security in web service (the
: only thing I know about currntly):
: 1. NTLM - .NET Framework has an API called
: User.IsInRole("domainname")..
: 2. Form based authentication - passing cookies around (which
: you were thinking)
: 3. soap header - pass your username/password in soap
: headers..

a*****a
发帖数: 438
4

I can't comment on SOAP security about .NET.. since I know
nothing:)
1st option: role is at domain level.
If you intend to use your app on WWW, you need to check with
Passport SDK. (www.passport.com)..

【在 s***k 的大作中提到】
:
: Thanks acutally i know the last 2, but would like to know
: where .NET is headed in the context of SOAP security, would
: really like someone from inside to make some insightful comment
: can u describe the first option in a bit more detail?
: user is from passport service? and role acl is at domain level?

1 (共1页)
进入XML版参与讨论
相关主题
[转载] 救命, 怎样用SOAP::Lite访问.NET WEB Service? Simple Object Access Protocol (SOAP) 1.1 Submitt
XML and Java book微软的产品怎么支持xml呀?
本人刚刚接触xml,我觉得吧xml说成www明日之星不确why .net uses xml?
What's a document?[转载] 现在大家都用什么 SOAP & SOAP Web Server?
一个使用Javas生成SOAP的问题xml project
How do I send the correct MIME/HTTP headers usingwhat is Premature end of script headers for XML??
软开发出互联网数据交换协议:SOAP1.0soap和xml德关系是什么?
Re: 软开发出互联网数据交换协议:SOAP1.0XML Perl Web application
相关话题的讨论汇总
话题: soap话题: anyone话题: security话题: about