Groups | Blog | Home
all groups > dotnet web services enhancements > september 2006 >

dotnet web services enhancements : How to share business layer between client server using WSE 3.0


Solitude
9/6/2006 8:40:02 PM
Hi,

We have a tiered client server application and we would like to use WSE 3.0
as the communication between our client and server. We want our static
business layer to be proxied over WSE 3.0. How is everyone else doing these
proxy objects?

Any suggestions?
Also is there any good example out there of a WSE 3.0 solution that does
encryption both ways without certificates and using WS-SecureConversation?

Pablo Cibraro [MVP]
9/7/2006 10:21:20 AM
Hi,

I have been working in a way to separate the service interface from the
service implementation, something similar to what WCF (Indigo) does. If you
are interested, take a look to this post in my blog,
http://weblogs.asp.net/cibrax/archive/2006/03/31/441591.aspx

Regarding the good example, have you considered to use Kerberos ?. Kerberos
can be used with WS-SecureConversation (When this feature is enabled, it
does not support web farm scenarios) and it does not need certificates.

Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax

[quoted text, click to view]

AddThis Social Bookmark Button