• 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

Creating Custom Package For Namespaces using eclipse

 
Ranch Hand
Posts: 37
Netbeans IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am using eclipse in-built custom mapping tool to generate the custom package for namespaces present in my WSDL file. Now my concerned is, I have around 20 WSDL's and there some WSDL files that share same namespaces. I want all the classes related to same namespace to be in one package associated with that namespace. And when i try to do that, eclipse ask me to override the contents of client classes that are already present.

SO i want to know, how can i generate client classes in one package for more than one WSDL file sharing the same namespace without overriding the classes that are already present in the package generated by some other WSDL.

Hope i make myself clear.

Any suggestion will be helpful!
 
Amit Goda
Ranch Hand
Posts: 37
Netbeans IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess there is no way since my class names generated by eclipse from WSDL are same and since eclipse is bound to override them. So now i m generating client classes for each web service in a new package.


CHeers!!!
reply
    Bookmark Topic Watch Topic
  • New Topic