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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...