I am using Axis in my webapp and trying to debug the SOAP call that is being generated. I read in the mailing list archives that this can be added to the server-config.wsdd <globalConfiguration> section <parameter name="sendMultiRefs" value="false"/> to inline data (as opposed to generating MultiRef sections).
Several questions: 1) Where do I put the modified server-config.wsdd? <webapp>/WEB-INF? <webapp>/WEB-INF/classes? <webapp>/WEB-INF/classes/<the dir structure the file was in in the JAR>? somewhere else? 2) Where is the documentation for parameters like sendMultiRefs that can be used to control SOAP output? 3) Is it possible to turn off xsi:type attribute output? soapenv:encodingStyle attributes? thx andy kriger
