Have a look at the webparam sample

  |    @WebMethod(operationName = "SecurePing")
  |    public void ping(@WebParam(name = "Ping") PingDocument p, @WebParam(name 
= "SecHeader", header = true) SecurityHeader secHdr)
  |    {
  |       log.info("ping: " + p + "," + secHdr);
  |    }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024314#4024314

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024314
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to