Group,
 
Using the following element in a WSDL
 
<xs:element name="dateReceived" type="xs:dateTime" />
 
generates the following formatted string
 
<dateReceived>2006-07-11T06:41:14.197-07:00</dateReceived>
 
Notice the time is in millseconds XXX instead of seconds XX. The WC3 dateTime specifies this field as seconds XX.
 
Has anyboby encounter this problem?
 
Is there a way to force the generated string to format to  as seconds XX instead of milli-seconds XXX
 
 
Thanks for any help on this.
 

 

Reply via email to