I would like to know how to why my xml on the incoming message always return to empty tags like this:
<?xml version="1.0" encoding="UTF-8"?>
<result/>
Do I really need to paste each time??
<?xml version="1.0" encoding="UTF-8"?>
<result>
<roomno>335</roomno>
<medicalrecord_no>715</medicalrecord_no>
<checkoutby/>
<updatedby/>
<patient_type>INDIVIDUAL-INPATIENT</patient_type>
<remarks/>
<packageid/>
<roomtype>DL1P</roomtype>
<admitted_date/>
<updated_date/>
<discharge>YES</discharge>
<checkout>YES</checkout>
<admissiondate>03-DEC-02</admissiondate>
<admittedby/>
<patient_no>2</patient_no>
<attending_physician>JLO</attending_physician>
<checkout_date>03-DEC-02</checkout_date>
<dischargeby/>
<roomcharge_date>2004-07-16</roomcharge_date>
<discharge_date>03-DEC-02</discharge_date>
</result>
thanks guys!
<?xml version="1.0" encoding="UTF-8"?>
<result/>
Do I really need to paste each time??
<?xml version="1.0" encoding="UTF-8"?>
<result>
<roomno>335</roomno>
<medicalrecord_no>715</medicalrecord_no>
<checkoutby/>
<updatedby/>
<patient_type>INDIVIDUAL-INPATIENT</patient_type>
<remarks/>
<packageid/>
<roomtype>DL1P</roomtype>
<admitted_date/>
<updated_date/>
<discharge>YES</discharge>
<checkout>YES</checkout>
<admissiondate>03-DEC-02</admissiondate>
<admittedby/>
<patient_no>2</patient_no>
<attending_physician>JLO</attending_physician>
<checkout_date>03-DEC-02</checkout_date>
<dischargeby/>
<roomcharge_date>2004-07-16</roomcharge_date>
<discharge_date>03-DEC-02</discharge_date>
</result>
thanks guys!
Comment