I'm trying to find a method that is called every time my service is
accessed.  There is init(ServiceContext) and destroy(ServiceContext) that is
called at the start of each session, but that doesn't help (at least in
transport scope - because that is called at the start/end of each session I
believe).

After hours of googling, I've found mention of two things that don't seem to
actually exist anymore (I assume they did at some point in time) -

1) init(MessageContext), which was mentioned on
http://www.developer.com/open/print.php/10930_3589126_3

and

2) public void setOperationContext(OperationContext operationContext) which
is mentioned at http://www.developer.com/java/web/article.php/3620661

Neither of these seem to work, but obviously there is some simple way to do
something before each operation.... I just can't find the documentation on
it!

Please help, thanks

Susie

Reply via email to