Hi
In our application we intend to use spring webservices aspectj implementation i.e usage of aop tags in context xml files.
<aop:around ......
</aop>
does spring webservices1.3 support the same ?
Hi
In our application we intend to use spring webservices aspectj implementation i.e usage of aop tags in context xml files.
<aop:around ......
</aop>
does spring webservices1.3 support the same ?
Yes, you can use the <aop> tags in a Spring-WS application.
Thanks.
Can u pls provide me a sample demo program.
for example such as using for audit/logging AOP.