[jboss-user] [JBossWS] - Re: javax.naming.Name is an interface, and JAXB can't handle

kosulin do-not-reply at jboss.com
Mon Aug 4 10:55:57 EDT 2008


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

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



More information about the jboss-user mailing list