I'm running JBoss 4.2.3 on Java 1.5. I would like to use SOAP 1.2 with my web service
endpoint but when I try to specify with:
@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/")
|
| or
|
| @BindingType(javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING)
and then throw a SOAP 1.2 fault in my code, I get this:
| javax.ejb.EJBException: java.lang.UnsupportedOperationException: SOAP 1.1 Fault does
not support the concept of Role
Is there anyway to specify SOAP 1.2?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214314#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...