<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Web service client user token authentication problem
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/sreedhar_45">sreedhar y</a> in <i>JBoss Web Services Development</i> - <a href="https://community.jboss.org/message/774844#774844">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We have got a&#160; webservice with the following security policy from the client.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>&lt;wsp:Policy orawsp:provides="{</span><a class="jive-link-external-small" href="http://docs.oasis-open.org/ns/opencsa/sca/200903" target="_blank">http://docs.oasis-open.org/ns/opencsa/sca/200903</a><span>}authentication, {</span><a class="jive-link-external-small" href="http://docs.oasis-open.org/ns/opencsa/sca/200903" target="_blank">http://docs.oasis-open.org/ns/opencsa/sca/200903</a><span>}clientAuthentication, {</span><a class="jive-link-external-small" href="http://docs.oasis-open.org/ns/opencsa/sca/200903" target="_blank">http://docs.oasis-open.org/ns/opencsa/sca/200903</a><span>}clientAuthentication.message, {</span><a class="jive-link-external-small" href="http://schemas.oracle.com/ws/2006/01/policy" target="_blank">http://schemas.oracle.com/ws/2006/01/policy</a><span>}token.usernamePassword" wsu:Id="wss_username_token_service_policy" xmlns:wsp="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/ws/2004/09/policy" target="_blank">http://schemas.xmlsoap.org/ws/2004/09/policy</a><span>" xmlns="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/ws/2004/09/policy" target="_blank">http://schemas.xmlsoap.org/ws/2004/09/policy</a><span>" xmlns:orawsp="</span><a class="jive-link-external-small" href="http://schemas.oracle.com/ws/2006/01/policy" target="_blank">http://schemas.oracle.com/ws/2006/01/policy</a><span>" xmlns:wsu="</span><a class="jive-link-external-small" href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" target="_blank">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd</a><span>" xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"&gt;</span></p><p><span>&lt;sp:SupportingTokens xmlns:sp="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy" target="_blank">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy</a><span>"&gt;</span></p><p>&lt;wsp:Policy&gt;</p><p><span>&lt;sp:UsernameToken sp:IncludeToken="</span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient" target="_blank">http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient</a><span>"&gt;</span></p><p>&lt;wsp:Policy&gt;</p><p>&lt;sp:WssUsernameToken10/&gt;</p><p>&lt;/wsp:Policy&gt;</p><p>&lt;/sp:UsernameToken&gt;</p><p>&lt;/wsp:Policy&gt;</p><p>&lt;/sp:SupportingTokens&gt;</p><p>&lt;/wsp:Policy&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We generated client classes using the Java JAX-WS tool from the wsdl(used the wsimport command).Afer that used the SecurityHandler&#160; class( attached the file)&#160; which incorporates the securtiy information in the handleMessage() method.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>When i called the web service method from a standlone client class ,security authentication is done and got the webservice response.</p><p>But when accessing the webservice from the application deployed from JBoss7.1.0,Security Handler's handleMessage() method is not invoked due to this i am getting the excetion as </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p id="yui_3_7_2_1_1352119019257_306"><span id="yui_3_7_2_1_1352119019257_305" style="color: #00407f;">org.apache.cxf.ws.policy.PolicyException: No username available<br/> at org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor.policyNotAsserted(UsernameTokenInterceptor.java:398)<br/> at org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor.addUsernameToken(UsernameTokenInterceptor.java:341)<br/> at org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor.addUsernameToken(UsernameTokenInterceptor.java:267)<br/> at org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor.handleMessage(UsernameTokenInterceptor.java:112)<br/> at org.apache.cxf.ws.security.wss4j.UsernameTokenInterceptor.handleMessage(UsernameTokenInterceptor.java:76)<br/> at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)<br/> at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:531)<br/> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:461)<br/> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:364)<br/> at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:317)<br/> at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:88)</span></p><p id="yui_3_7_2_1_1352119019257_319"><span id="yui_3_7_2_1_1352119019257_318" style="color: #00407f;">00:05:21,350 ERROR <span class="yiv444807938error">[stderr]</span> (http--192.168.172.142-8080-1) Caused by: org.apache.cxf.ws.policy.PolicyException: No username available</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="color: #00407f;">Please let me know where is the issue?</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="color: #00407f;">Thanks in advance,</span></p><p><span style="color: #00407f;">Sridhar<br/></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/774844#774844">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2047">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>