[email protected] wrote:
> 
> 
> Does this mean that I should request the WebService developer to make this
> element not mandatory?
> 
> 
> 
> Ahora también puedes acceder a tu correo Terra desde el móvil.
> Infórmate pinchando aquí.
> 
> 
> 
> 


The optional field must have minOccurs="0" set:

<xsd:element name="EndDate" type="xsd:dateTime" minOccurs="0"/>

And of course it must be done by service provider.

I don't know if You could ask :) because it may be that EndDate *must* be
specified for business logic to run. It depends on the business logic on the
server side.
-- 
View this message in context: 
http://www.nabble.com/Sending-a-void-dateTime-using-SOAP-tp24252473p24254944.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to