Hei,
I'm using Axis 1.1.1 and I see that the Calendar serializes into 
2007-04-16T10:31:29.162+0200 when it should be 
2007-04-16T10:31:29.162+02:00 (missing the last colon) according to 
XMLSchema recommandation http://www.w3.org/TR/xmlschema11-2/#dateTime . Or 
am I wrong here?

Soap message example:
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
        <soapenv:Header />
        <soapenv:Body>
                <ns8:hentButikkerResponse 
xmlns:ns8="http://webservices.norgesgruppen.no/butikkinfo/generatedtypes/responsetypes";>
 <ns8:hentetDato>2007-04-16T10:31:29.162+0200</ns8:hentetDato>
                        <ns8:butikkInfoList>
                                <ns8:butikkInfo>
 <ns8:butikkLnr>18364</ns8:butikkLnr>
 <ns8:gyldigFraDt>2007-03-01T00:00:00.000+0100</ns8:gyldigFraDt>
                                        ...
                                </ns8:butikkInfo>
                        </ns8:butikkInfoList>
                </ns8:hentButikkerResponse>
        </soapenv:Body>
</soapenv:Envelope>

Regards from Tore Larsen

Reply via email to