Results 1 to 3 of 3

Thread: Issues with .NET client accessing XWSS Security enabled Spring WS

  1. #1
    Join Date
    Apr 2005
    Posts
    112

    Default Issues with .NET client accessing XWSS Security enabled Spring WS

    Could someone throw light into how to configure .NET client consuming Spring WS that uses XWSS implementation of WS security. It will be nice If someone could post the sample code or .NET config as to how to set the usernametoken profile such that Spring WS can understand.

    Environment: Spring WS 1.5, Spring Security 2.0.4, Spring Framework 2.5.6, JDK 1.6_12, Linux 2.6.24-19

    The Security Policy Spring WS uses is given below.
    Code:
    <xwss:SecurityConfiguration dumpMessages="false" xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
               <xwss:RequireUsernameToken passwordDigestRequired="true" nonceRequired="true"/>
    </xwss:SecurityConfiguration>
    .NET Client Environment: VS 2005, .NET v2.0 and WSE v3.0.
    Last edited by vbose; Feb 20th, 2009 at 07:06 AM.

  2. #2
    Join Date
    Apr 2005
    Posts
    112

    Default .NET client successfuly consumed Spring WS that has XWSS Security enabled

    I have written up an article in my blog as to how to configure .NET client that can successfully consume the web service implemented using Spring WS and XWSS security Interceptor.

    You can read the article at the URL: http://vigilbose.blogspot.com/2009/0...ng-ws-155.html

  3. #3
    Join Date
    Aug 2008
    Posts
    105

    Default

    Great!
    Thank you..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •