<!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;">
    Policy not supported problem
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/marcin.motyka">marcin.motyka</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/775940#775940">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello everyone.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I'm facing a strange problem while developing a web service client secured with <strong style="font-size: 11pt; font-family: 'Calibri','sans-serif';">WS Security Username Token Profile 1.0.</strong></p><p>I've created a maven project and developed client out of wsdl file. The secured webservice was created by another company, not by me.</p><p>We need to put this client to our regular JAX-WS webservice.</p><p>The client is working fine while I test it from my local machine. The problem is when I run it on another webservice. Then I got an exception in JBoss console:</p><p><strong> Policy not supported! #wss_username_token_service_policy </strong></p><p>I'm running JBoss 5.1.0.GA</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Exception:</p><pre class="jive-pre"><code class="jive-code">ERROR [SOAPFaultHelperJAXWS] SOAP request exce!
 ption 
java.lang.RuntimeException: javax.xml.ws.WebServiceException 
: org.jboss.ws.WSException: Policy not supported! #wss_username_token_service_policy 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.comarch.comarchgis.ws.wss.WSSClient.getService(WSSClient.java:46) 

&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.comarch.comarchgis.ws.wss.WSSClient.uwierzytelnij(WSSClient.java: 
54) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.comarch.comarchgis.ws.auth.service.WsService.authUser(WsService.j 
ava:89) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.comarch.comarchgis.ws.auth.AuthWebServiceImpl.uwierzytelnijG2(Aut 
hWebServiceImpl.java:42) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces 
sorImpl.java:25) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.common.invocation.AbstractInvocationHandlerJSE.invoke(A 
bstractInvocationHandlerJSE.java:129) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpoin 
tInvoker.java:240) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHan 
dlerImpl.java:505) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHand 
lerImpl.java:300) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl 
.java:207) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(Request 
HandlerImpl.java:132) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.wsf.common.servlet.AbstractEndpointServlet.service(Abstract 
EndpointServlet.java:87) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl 
icationFilterChain.java:290) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF 
ilterChain.java:206) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi 
lter.java:96) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl 
icationFilterChain.java:235) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF 
ilterChain.java:206) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV 
alve.java:235) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV 
alve.java:191) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit 
yAssociationValve.java:190) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv 
e.java:92) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce 
ss(SecurityContextEstablishmentValve.java:126) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok 
e(SecurityContextEstablishmentValve.java:70) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j 
ava:127) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j 
ava:102) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC 
onnectionValve.java:158) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal 
ve.java:109) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav 
a:330) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java 
:829) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce 
ss(Http11Protocol.java:598) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 
7) 
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:662) 
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Is there a way to get it running on that JBoss ?</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/775940#775940">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>