You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Daniel Sánchez Gómez <da...@yahoo.es> on 2004/12/30 12:48:31 UTC

Re[2]: deploy a class as a web service

Hi Patrick,

I've downloaded axis 1.2 beta for windows and I have set <parameter name="axis.doAutoTypes" value="true"/>
into    the    server-config.wsdd    file,   but   I   don't   found
client-config.wsdd.  Where  I  can found this file or how can I create
it?

Thanks.



Con fecha jueves, 30 de diciembre de 2004, 11:49:54, escribiste:

PM> You might want to consider getting the latest AXIS from CVS and setting

PM>   <parameter name="axis.doAutoTypes" value="true"/> 

PM> In server-config.wsdd and client-config.wsdd.

PM> For the right kind of JavaBean, this might save you a lot of effort.

PM> Hope this helps.