Title: Axis configuration question

I have Java classes that I autogenerated with wsdl2java
These classes are being used by a web application running in Resin 2.1.x
I need to control how the XML is being generated by calls to SOAP methods.

For example, I need to turn off multiRefs. I see in the reference guide that this is done with
<parameter name="sendMultiRefs" value="true"/>
in the server-config.wsdd file.

Can I set this in web.xml somehow? (note - i am not using the Axis servlet)
Can the default server-config.wsdd file be overridden? If so, what is the new file named and where would it live in the webapp? (note - i do not want to replace files in the axis.jar to do this - that is very difficult to maintain)

Does the client-config.wsdd have the same format and parameter options as the server file?
Any pointers to more info on configuring Axis and controlling SOAP XML output?

thx

Andy Kriger | Software Director | Greater Than One, Inc.
395 Hudson Street | 5th Floor | New York, NY 10014
P: 212.252.7197 | F: 212.252.7364 | E: [EMAIL PROTECTED]

Reply via email to