Is there any way of making the soap messages less verbose.

I have tried adding this option

 <parameter name="sendXsiTypes" value="false"/>

To the global set up and each service but it does not appear to make any
difference.

This is how the services is setup 

<service name="SurveyService" provider="java:RPC" style="rpc" 
          use="encoded"> 
        <namespace></namespace>
                <parameter name="className"
value="uk.co.bluetrail.mccms.webservice.SurveyEndPoint" />
                <parameter name="allowedMethods"  
                   value="*"/>
                <parameter name="scope" value="Request"/>
                <parameter name="sendXsiTypes" value="false"/>
                <!--
                        To add type mappings to the deployment
descriptor, add a file to your
                        XDoclet merge directory called
axis-mappings-{0}.xml that contains the
                        <beanMapping/> and <typeMapping/> markup. 
                -->
        </service>


I think I have to use rpc style as we neeed to send multirefs.

Anyone have any ideas.

We are using 1.3



Richard Spence
Bluetrail
www.bluetrail.co.uk
"Business applications for mobile phones"


Reply via email to