If your service is relatively simple and you're happy to take the defaults, then you can simply deploy the service using the .jws method (you don't need a WSDD). You need a WSDD if you have complex types (you must tell Axis how to map the XML types to Java types), if you want to use a style other than rpc/encoded, or if you want to use handlers or custom serializers.
You have two choices: you can write your own WSDD, or you can generate one using wsdl2java. If you are using the code-first development methodology, you can run java2wsdl to generate a WSDL file, then use wsdl2java to generate stubs and skeletons and a WSDD. Anne On 9/19/07, Marco Schwarz <[EMAIL PROTECTED]> wrote: > I using Ant 1.7 and Axis1.2 and I have problem with the .wsdd file. I > don't found a simple tutorial (with example) that explain the axis-admin > (I suppose that that task create the .wsdd file). > > Have someone a good link or example > > Thanks > Marco > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
