This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes generate AXIS server-config.wsdd ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "generate AXIS server-config.wsdd ?" Watch "generate AXIS server-config.wsdd ?" New topic
Author

generate AXIS server-config.wsdd ?

Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
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.
Rizwan Mohammad
Ranch Hand

Joined: Sep 02, 2005
Posts: 445
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.


Rizwan
SCJA, SCJP, SCWCD, SCBCD, SCDJWS.
Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: generate AXIS server-config.wsdd ?
 
Similar Threads
How to make AXIS start a class each time it starts?
Axis - Custom Serializer
Change Web Service Permission
Client AXIS Handler & XML Signature
message headers in WSDL