How can I manage Structure Array in language Adapter(JAVA)

Hi!
My name is Song Yeon Lee in korea.

I am using Enterprise 5.0.1.

I was trying to make a java application to connect with Enterprise.

I make connection with Enterprise and send a message(Document) successfully. But I can’t receive Structure Array Data from Enterprise.

Please Show me your Java source code.

This is My structure in the Enterprise.
structure T_SOP {
String MATERIAL;
String TOT_QTY;
String USD_PRICE;
String SALES_UNIT;
String PRICE;
String CURRENCY;
String MONTH1_QTY;
String MONTH2_QTY;
String MONTH3_QTY;
}

Thank you for your attention!.