Results 1 to 3 of 3

Thread: RE: Spring WS security

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Default RE: Spring WS security

    We are evaulating to use either Spring-WS or Axis2 for developing a web service.
    The web service will be also consumed by .NET clients.

    There is a concern that Spring-WS might be incompatible with .NET web services as it uses Sun XWSS as the WS-Security implementation.

    Has anyone has faced any security issues of consuming Spring-WS (using WS-Secutity ) with .NET. Has anyone used Spring-WS for .NET applications successively.

    Thanks for your response.
    Vidhya

  2. #2

    Default

    I haven't but it shouldn't take you long to write a test harness ;-)

  3. #3
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    XWSS is compatible with .NET, AFAIK. Note that the .NET side does need either WSE 2.0 or 3.0, or WCF.

    Additionally, in 1.5 M2 we've added a security framework based on WSS4J (the same security engine Axis uses). So from a security perspective, there is no reason why Axis is more interoperable.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

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