When i'm trying connect to SSL Web Service i get error: javax.xml.ws.soap.SOAPFaultException: WS Security Error : 182001
I'm using jboss 4.2.3 GA and i've created soap client with jaxws-ri 2.1.3 tool. Does anybody know why i get this exception? Is it configuration fault or wrong, unvalid certificate? Full stack trace: javax.xml.ws.soap.SOAPFaultException: WS Security Error : 182001 | org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:72) | org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:109) | org.jboss.ws.core.CommonSOAPBinding.unbindResponseMessage(CommonSOAPBinding.java:579) | org.jboss.ws.core.CommonClient.invoke(CommonClient.java:380) | org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:302) | org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172) | org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152) | $Proxy89.getBillingHierarchy(Unknown Source) | org.apache.jsp.tibcoClient_jsp._jspService(tibcoClient_jsp.java:148) | org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) | javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373) | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) | javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209048#4209048 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209048 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
