-
Oct 4th, 2007, 05:04 AM
#1
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

-
Oct 4th, 2007, 05:53 AM
#2
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
-
Oct 5th, 2007, 01:59 AM
#3
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

-
Oct 5th, 2007, 07:37 AM
#4
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
-
Forum Rules