Does MBWorkUnit extend javax.xml.ws.Holder? Andreas
On Thu, Sep 24, 2009 at 18:46, Bruno Melloni <[email protected]> wrote: > I am making a call like the one below, where mbWorkUnit 'should be' an > input-output parameter. The behavior that I observed is that data is passed > in, but values set by the implementation are not returned. My guess is that > I am missing an annotation. I tried to add 'mode="WebParam.Mode.INOUT' to > the @WebParam clause, but that caused the compile error: Syntax error on > token "mbWorkUnit". > > Can someone point me in the right direction? > > > MBResult getWorkUnit(@WebParam(name="mbWorkUnit")MBWorkUnit mbWorkUnit); > > Thanks, > > b. >
