0 Replies Latest reply on Jun 22, 2006 10:48 AM by majcarweah

    WebResult header not available.

    majcarweah

      I'm trying to use @WebResult(header=true,name="SessionID") on a web services method. according to the javadoc, this should be available just like it is for @WebParam. however, when i include header=true for @WebResult, I get a compiler error cannot find symbol method header() location @interface javax.jws.WebResult.

      anyone know anything about this? I looked around in the bug reports and stuff and didn't see anything matching.

      Thanks,