Hi Hmmm... can anyone give me a very short example how to add a typemapping for a holder object on server side (or give me a url where this is explained) ? I cannot find anything about this in the docs/google...
thanks, mike ----- Original Message ----- From: "Hansen, Richard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 9:18 PM Subject: RE: Holders No, java does not support changing the value of parameters to methods. You need to wrap in/outs in a holder object. While the value of the holder cannot be changed, its attributes can be. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 10:49 AM > To: [EMAIL PROTECTED] > Subject: Holders > > > Hi > > I�ve got an additional question: > > Why does WSDL2Java generate method with holders as parameters > in stub & > skeleton? > > I thought they were only needed for de/serialization purposes > because java > does not understand out/inout parameters... > > thanks, > mike > >
