Originally posted by Khushi Panesar:
Hi Vedhas
How do I edit server-config.wsdd file. Because I am having the same exception and was just wondering, if this could help me.
Thank You !!
Well there is two option,
Either use the axis adminclient + specific wsdd for a given service.
Or edit the servlet-config.wsdd directly, to edit it directly
you should know some basics about wsdd tags.
For examples to deploy a service called OrderProcessor which uses a bean called Order in its SOAPrequest, you will add the tags like
As you can see the code above, try to run all the samples that comes with Axis package, then you can master around ;)
[ May 27, 2005: Message edited by: Balaji Loganathan ]