この資料は定期的に更新される
Erlang/OTP を GitHub にあるソースコードからビルドして利用する方法についてまとめている。
| var libxmljs = require("libxmljs"); | |
| var xml = [ | |
| '<?xml version="1.0" encoding="utf-8"?>', | |
| '<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">', | |
| ' <soap:Body>', | |
| ' <Response xmlns="http://tempuri.org/">', | |
| ' <Result>', | |
| ' <client xmlns="">', | |
| ' <msg>SEARCH OK.</msg>', | |
| ' <code>0</code>', |