Hi all,

 I'm writing a webservice containg a method:

   Collection getGroups(Integer parentId)

where I also need the null value (It would mean the root). But when generating the client code it will be

  ...... getGroups(int parentId)

So I would like Integer here. How can I switch on the wrapped types without editing the wsdl manually (nillable,...) when I generate the client with wsdl2java. (I tried some things in the wsdd, some swithces at wsdl2java, and once there was Integer instead of int, but it was accident, I couldn't reproduce it.)

Thnx for your answer in advance

 George

Axis: 1.3
Java: Sun 1.4.2
Jetty: 5.1.10





--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Reply via email to