Re: setOperationContext not being called

2007-09-27 Thread Deepal jayasinghe
Now we have remove that method , please use MessageContext.getCurrentContext(); inside your method if you want to access the message context , and from that you can get the operation context. Thanks Deepal Hi, As I understand it, if you have a public void

setOperationContext not being called

2007-09-26 Thread Matthew Roberts
Hi, As I understand it, if you have a public void setOperationContext(OperationContext operationContext) throws AxisFault function in your XXXSkeleton.java file, then that function is automatically called on startup. However, I have done this in my code and the function is just not