• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis - Extra classes in WSDL

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a we service method that takes an abstract type as parameter. I have defined classes which are concrete implementation of this abstract type. Using java2wsdl I get the wsdl with all the types defined (P.S. I have set extra classes). Now I run wsdl2java to get he deploy.wsdd. The WSDD file is missing the parameter "extraClasses". But I don't find and option to specify this in the WSDD.

Please let me know how can I add this in the deploy.wsdd.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try using "extraClasses" parameters in deploy.wsdd.

http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference
 
Pradeep Kadambar
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Viru for the response

I am aware of using extraClasses parameter in the WSDD. However I generate WSDD using the wsdl2java utility. But I don't see any option that can help me add this parameter to the WSDD generated.

Are there any known means to overcome this ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic