Hi~
I Use Search Data Using loadXML(url) method…
I call url return xml …
example)
127.0.0.1:8081/epro/do?FILE_ID=a … (%EC%A3%BC%EC%82%BC%EB%A6%BD%EC%A7%80%EC%97%90%ED%94%84%EC%97%90%EC%8A%A4%0A
this result 1.jpg
but sometime I used, to many parameter in url, It occure 400 error
Best way is use to short parameter in url
but is parameter returned background program, therefore not easy…
I use HTTP protocol POST in loadXML…
Can I use this way loadXML method ?
please advice to me…
Thank you…