I am trying to force XFire to generate all returns parameters in my SOAP
response.
I set-up the Configuration object from the typeMappingRegistry as follows:

<bean id="xfire.typeMappingRegistry"
class="org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry"
init-method="createDefaultMappings" singleton="true">
     <property name="configuration">
          <bean class="org.codehaus.xfire.aegis.type.Configuration">
               <property name="defaultMinOccurs" value="1"/>
          </bean>
     </property>
</bean>

This works fine for all types except for Dates. Dates are still not included
in the response when null.

Is there a reason for that? Any solution/workaround to force a Date to be
part of the response.

Thanks,

Aymeric.
-- 
View this message in context: 
http://www.nabble.com/defaultMinOccurs-configuration-not-working-for-Date-tf3619297.html#a10105735
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to