The Source for Java Technology Collaboration
User: Password:



Kumar Jayanti's Blog

Community: Java Web Services and XML Archives


Securing Metro WebServices Using Kerberos Tokens

Posted by kumarjayanti on December 06, 2007 at 08:12 AM | Permalink | Comments (0)

My Colleague Ashutosh has posted a nice blog on how to secure Metro WebServices using Kerberos Tokens.

http://blogs.sun.com/ashutosh/entry/running_kerberos_token_profile_scenario

Support for Kerberos Token Profile  would be available in Metro 1.1 release (to be out soon).  If you want to try it right away then you can do so by downloading the latest nigtly  here.

The Metro Kerberos Implementation was tested  for interoperability with .NET implementation last month.


Addressing Version Mismatch

Posted by kumarjayanti on October 22, 2007 at 03:41 AM | Permalink | Comments (0)

A question on which i often have to search for the answer since the number of different addressing related URL's floating around are just too many...

>The WSE SOAP message contains xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" and <wsa:Action.../>
>whereas the WSIT implementation searches for a {http://www.w3.org/2005/08/addressing}Action header

This should be easy to fix.  In your NetBeans Project, You can open your  wsit-*.xml (inside build/web/WEB-INF) of your WSIT service and then look for the assertion :

<wsaws:UsingAddressing xmlns:wsaws="http://www.w3.org/2006/05/addressing/wsdl"/>

and change it to look as follows :

<wsaws:UsingAddressing xmlns:wsaws="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"/>

build  and deploy. 

WSIT Security Configuration demystified

Posted by kumarjayanti on April 10, 2007 at 06:47 AM | Permalink | Comments (7)

Here is a link to an article that contains the first set of details on WSIT Security Configuration...

WSIT Security Configuration demystified

I will be adding more details to it in the comings days and update readers about it whenever that happens.

Here are some of the other blogs of the team members working on WSIT Security, Trust and SecureConversation that you might find useful/related...

http://blogs.sun.com/venu
http://blogs.sun.com/shyamrao/
http://blogs.sun.com/ashutosh/
http://blogs.sun.com/harsha
http://blogs.sun.com/trustjdg
http://blogs.sun.com/manveen/



Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds