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
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
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
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
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
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
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
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