지금 클라이언트에서

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<request xmlns="CF_Server">
<ACTION>TEST</ACTION>
<aaaa>aa</aaaa>
</request>

 

이런식으로 보내면

 

서버에서 받아서 디비 불러와서

 

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<response xmlns="CF_Server">
<RESPONSE>TEST</RESPONSE>
<UserId>1</UserId>
<UserId>2</UserId>
<UserId>3</UserId>
<UserId>4</UserId>
</response>

 

이런식으로 받거든요..

 

파일은 어떻게 받아야 하나요?? ㅠㅠ..

파일을 저 xml 태그안에 바이트나 바꿔서 보내야하나요 ??????

 

그렇게하면 속도는 느리고 그런건 업나요?