Results 1 to 4 of 4

Thread: axis+Spring: how to implement ws-security?

  1. #1

    Default axis+Spring: how to implement ws-security?

    Hi,

    I have a demo system, the server side is developed with spring+axis
    while the client is spring.The client side request the service, exposed by server side. it works successfully.
    Now, I want to apply the ws-security to it, because the spring web- service implement ws-security very well.
    I have no idea how to do it?

    any idea?

    Thanks in advance!
    jy

  2. #2
    Join Date
    Oct 2004
    Posts
    207

    Default

    Chapter 7 of the Reference documentation provides information...
    http://static.springframework.org/sp...tml/index.html

    I haven't used this stuff myself, so I can't give a much better answer than that :P

  3. #3

    Default

    Hi RayKrueger,
    Thanks.
    I know Chapter 7 is talking about spring's ws-security implementation. However,
    it is used with spring 's web service, not with AXIS exposed web service.


    my endpoint is like following,
    ....
    import org.springframework.remoting.jaxrpc.ServletEndpoin tSupport;
    public class JaxRpcOrderServiceEndpoint extends ServletEndpointSupport{
    ...
    }
    ...
    jy

  4. #4
    Join Date
    Oct 2004
    Posts
    207

    Default

    I totally missed that the server side was axis, and not spring-ws; sorry.

    If you want to implement ws-security on an Axis based implementation, you'll have to refer to their docs.

Posting Permissions

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