• 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

XFire WebService generates WSDL elements in Alphabetical order

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am generating a webservice with XFire.
At runtime XFire converts my classes into WSDL with all the elements (fields) in an alphabetical order.

It is not a problem as far as my type is having few fields,
but some of my services are taking few hundred fields in a type in that case it is difficult to view entire WSDL document.

I am using Aegis Bindings to customize complex type and elements. Is there any way to generate WSDL in the order in
which they are available in my class file.

Regads,
Dhaval
 
reply
    Bookmark Topic Watch Topic
  • New Topic