I did a new build using cvs. When I go to marshall I get some strange
output. On some of my fields, I get
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

 But it doesn't do it on all the fields. Is this correct??

I have included an example

<?xml version="1.0"?>
<ivr>
    <rx_info_request>
        <user_id>IVR</user_id>
        <store_num>HBS</store_num>
        <rx_num xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="java:java.lang.String">33</rx_num>
        <rx_fill_num
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="java:java.lang.String">0</rx_fill_num>
    </rx_info_request>
</ivr>

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to