RePOST: porttypes and holders

2004-01-01 Thread Sid Subr
how does axis figure out which "types" need holders? also what's the meaning of word "porttypes", the concept is kind of confusing any documentation on what they are? __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 200

porttypes and holders

2003-12-30 Thread Sid Subr
how does axis figure out which "types" need holders? also what's the meaning of word "porttypes", the concept is kind of confusing any documentation on what they are? __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 200

Re: Holders

2003-09-18 Thread Michael Mangeng
AIL 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 ca

RE: Holders

2003-09-18 Thread Hansen, Richard
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

Holders

2003-09-18 Thread m1k3
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

Holders/inout params/Code generation

2003-09-18 Thread m1k3
Hi all I´ve got a problem with parameter deserialization on server side because WSDL2Java does not generate mapping code for the generated skeleton nor does it generate entries in the wsdd file. Now i´ve copied a part of the Stub into the skeleton and added some custome code to add the typemappin

IN OUT and Holders

2003-07-23 Thread repollo
Hi All, I am having some problems invoking a web service with IN, OUT, and INOUT parameters. The signature of the services is below: public void process(HashtableHolder params, HashMap inputDesc, HashMapHolder outputDesc, HashMap input, HashMapHolder output) throws Exception { ...} and its corre

TCK: Holders and QName changes

2002-06-14 Thread scheu
FYI, To comply with the JSR 101 TCK the following changes have been made which may affect your applications. 1) The QName class is now javax.xml.namespace.QName. 2) Holder classes are now generated in a "holders" package. For example the holder for samples.add