My apologies....
That last note went out with a user name of "news.microsoft.com". Apparently
my news reader was misconfigured. It was really from me.
Rob Schripsema
DeWaard and Jones
> I'm looking for a nudge in the right direction.
>
[quoted text clipped - 29 lines]
> DeWaard and Jones Company
> Bellingham, WA
If you have a simple scenario, and just end-to-end communication (you do not
have several end-points or middle end-points, and I mean Web-Services Servers
end-points), then, SSL might be enough for you.
About WSE 3.0 and WCF in the future (Windows Communication Foundatio, code
name as Indigo), when talking about security, it offers security at message
level instead of security at transport protocol level (like SSL). It is
better for complex scenarios, middle points WebServices where you don't want
to trust at transport level, so, you can encrypt and signg at message level.
With theses new technologies you also have new standars for complex
communications like WS-SecureConversation, etc.
So, if you have a very simple scenario, SSL might be OK. And of course, it
is secure enough (if you want more security with SSL, use a 128bit Server
Certificate, do not use a 64bit Server Cert.).

Signature
CESAR DE LA TORRE
Software Architect
[Microsoft MVP - XML Web Services]
[MCSE] [MCT]
Renacimiento
[Microsoft GOLD Certified Partner]
> My apologies....
>
[quoted text clipped - 37 lines]
> > DeWaard and Jones Company
> > Bellingham, WA
Rob Schripsema - 18 Oct 2005 18:28 GMT
Cesar,
Thanks for the info. There is only a single end point here, a web service
app that simply takes order info, validates it and applies it to a database.
The clients are a variety of apps that will want to send a simple XML
formatted data stream as a single chunk over https: to the web service
address, and then process a simple reply. This is a small business taking
orders from other small businesses.
I would think this is a common need in the industry -- not at the enterprise
level, perhaps, but for the millions of small businesses out there that I
deal with, this is a common scenario. All of the talk about WSE, WCF and so
on tends to cloud the basic issues for the simple scenarios.
Thanks again for your help.
Rob Schripsema
DeWaard and Jones Company
> If you have a simple scenario, and just end-to-end communication (you do
> not
[quoted text clipped - 71 lines]
>> > DeWaard and Jones Company
>> > Bellingham, WA