본문 바로가기
테크/기타

마지막 수업 #3 - XML (SOAP, REST)

by ahnne 2011. 10. 29.


클라이언트, 서버 통신 방식이 완전히 변경되었다.
웹서버를 두고, 클라이언트는 페이지를 호출하여 XML방식으로 데이터를 얻는 형식이다. 

클라이언트는 앱인데, 서버는 웹 이건 웹도 아니고, 소켓 프로그래밍도 아닌 것 같고 뭔가 아직 잘 모르겠다.
먼저 XML기반 통신에 대해 알아보면서 다시 꼬리가 생겼다.


SOAP란?
http://en.wikipedia.org/wiki/SOAP 
 : originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services incomputer networks. It relies on Extensible Markup Language (XML) for its message format, and usually relies on other Application Layer protocols, most notably Hypertext Transfer Protocol (HTTP) and Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.