• 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

generate AXIS server-config.wsdd ?

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do we have any tool to generate AXIS server-config.wsdd ? for example, I give a full-path method name, it will generate/add to server-config.wsdd.

Thanks.
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Edward,
what do you mean by full-path method name?
You can use axis-admin tag and use ANT for generating server-config.wsdd file. This tag takes deploy.wsdd file as input(which is generated using WSDL2Java task). It adds newly generated service from deploy.wsdd file to server-config.wsdd file.
 
Edward Chen
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
Full path method name, ie, myclass.mysubclass.getOrder, I need to expose getOrder to web service.

yes, I got it how to work out. For ref, we could see this
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2.

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic