[jboss-user] [JBossWS] - Trying to specify SOAP 1.2 in EJB.

djkrite do-not-reply at jboss.com
Mon Mar 2 17:35:18 EST 2009


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#4214314

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214314



More information about the jboss-user mailing list