Hello,

I try to send a XML to a Jboss server, my XML seems to be correct : 

<info>
    <orderDate>2008-04-28T09:33:55+00:00</orderDate>
    <user>AKS</user>
</info>

but when we check the datas receive by Jbose, the order date is null : 

<info>
    <orderDate xsi:nil="true"/>
</info>


How send a datetime via a Soap service ?

thanks

Jean

Reply via email to