aspose file tools
The moose likes Web Services and the fly likes What tool to auto generate beanMapping entries for Axis 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 "What tool to auto generate beanMapping entries for Axis" Watch "What tool to auto generate beanMapping entries for Axis" New topic
Author

What tool to auto generate beanMapping entries for Axis

JD Glanville
Greenhorn

Joined: Sep 16, 2002
Posts: 22
Hello all.

I'm using Axis to augment my web application, to publicize some of my internal API. I have a server-config.wsdd containing my services plus a list of beans/types that I need publicized (configured through <beanMapping> entries).

I would like to have this portion of my server-config.wsdd to be generated through an automated process. I originally though XDoclet would be the tool to do the job. However, if I read the documentation for the axisDeploy subtask, it doesn't generate the <beanMapping> entries.

So, does anyone use a tool to automatically generate their <beanMapping>
entries? If so, what do they use?

Thanks in advance.

JDG
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What tool to auto generate beanMapping entries for Axis
 
Similar Threads
beanmapping tag
Server Side AXIS-Web Service Unknown Exception
Soap Logging in Axis Tool
beanMapping, typeMapping in Axis 1 (1.4) in server-config.wsdd generates complexType in wsdl
generate AXIS server-config.wsdd ?