1. Request
<envelope> <header> <context> </context> </header> <body> <call component='컴포넌트이름' method='메소드이름' id='0'> <params> <param> <str>인수(문자열)</str> </param> </params> <refs> </refs> </call> </body> </envelope>
2. Response
<envelope> <header> <context> <conversationId>106</conversationId> </context> </header> <body> <result id="0"> <value> <str> "%7B%22status%22%3A%22ok%22%2C%22messages%22%3A%5B%22%E6%AD%A3%E5%B8%B8%E3%81%AB%E4%BF%9D%E5%AD%98%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F%E3%80%82%22%5D%7D" </str> </value> <refs></refs> </result> </body> </envelope>]]>