• 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

WSDL2Java - Customize the Java Class name

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am having a challenge.

I am creating an JAX-RPC top down ejb web service implementation.
I have created a WSDL and generated the skeleton using WSDL2Java. I am using Websphere Application Server v6.0.1

However, the class names that gets generated was with respect to the name provided in the WSDL definitions. Say, the service implementation class name generated as *BindingImpl.java.
My requirement, is I need the name '*Binding' in my WSDL and requires the service implementation class name to be say ServiceBean.java while generating the code itself. I do not want to change the class name after the code generation.

How could this be possible through WSDL2Java ? Any thoughts would appreciate.

Thanks in advance,
Liz
 
Get me the mayor's office! I need to tell her about this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic