Re: Upgrading WSE 1.0 to WSE 3.0



Hi Steven

Thanks for the reply, so should I be looking at
"UsernameOverTransportAssertion" policy, is that similar to what I was doing
in WSE 1.0?

Do you know of any simple examples where this assertion is used, I've looked
at the samples that come with WSE 3.0 and they look quite advanced, also are
there any good books on WSE 3.0 yet that you could recommend that would give
me more grounding of the new WSE model?

Duncan

"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:ToGHlSh%23FHA.4000@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Duncan,
>
> Welcome to Webservice newsgroup.
> From your description, you used to use the WSE1.0 to provide message level
> security authentication (by Username Token..) and you're wantting to
> upgraded the applicaiton to use the new WSE 3.0 ,yes?
>
> First, as for WSE3.0, it use the new programming model which is based on
> PolicyAssertion... that means each webservice from client to service
> endpoint can be configured to use a certain Policy Assertion. In the
> Policy
> Assertion, there defined Soap filters which will do the message processing
> (e.g ClientOutputFilter, ClientInputFilter, ServerInputFilter,
> ServerOutputFilter....). And there exists some build-in well defined
> PolicyAssertions in WSE 3.0 , such as:
>
> UsernameOverTransportAssertion------- this help us establishing username
> token based authentication and leave the message securing to the
> underlying
> transport layer protocol....
>
> UsernameForCertificateAssertion ------Use Username Token for
> authentication
> but also help use x509 certificates for messge securing(encryting and
> signing..


.



Relevant Pages

  • RE: PolicyVerificationException: WSE464: No policy could be found
    ... When I initially used the WSE 2.0 policy wizard to configure the Web Service ... side I entered the name of the service to secure which was ... When I secured only web service and not the web client, ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Down grade to WSE 2.0 from WSE 3.0
    ... understand the configuration in order to change the URL and the Certificate ... I can't just configure the client assembly using the WSE tool, ... I was hoping to manually code the Policy and Assertions in code which ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: UserNameToken question
    ... Pablo Cibraro wrote: ... the client and service are independent. ... If you change the client to use a policy, the service should work as long ... In order to do the same in WSE, you need to use a custom security ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Down grade to WSE 2.0 from WSE 3.0
    ... The policy model in WSE 2.0 is completely different from the model in WSE ... the policy applies to all web services in that ... You only have to create the policy in your client application and your web ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Upgrading WSE 1.0 to WSE 3.0
    ... \par Microsoft Online Support ... \par Subject: Re: Upgrading WSE 1.0 to WSE 3.0 ... \par Once I've gone through this wizard and it creates a policy cache.config file ...
    (microsoft.public.dotnet.framework.webservices.enhancements)