Here is my POJO definition:
@WebService(name = "Statements", targetNamespace =
"http://www.mysite.com/", serviceName = "StatementsService", portName
= "StatementsPort")
@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, parameterStyle =
SOAPBinding.ParameterStyle.WRAPPED)
@BindingType(value = "http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true")
@WebContext(secureWSDLAccess = false)
// @WebContext(secureWSDLAccess = true, transportGuarantee = "CONFIDENTIAL",
authMethod = "CLIENT-CERT")
// @SecurityDomain("Statements")
// @RolesAllowed("consumer")
public class StatementHandler
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168482#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...