Packages

Discover, monitor and control Belkin WeMo devices on your local network

Current section

Files

Jump to
ex_wemo priv request.soap.eex
Raw

priv/request.soap.eex

<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:<%=action.name %> xmlns:u="<%=action.service_type %>">
<%= Enum.map(action.arguments, fn {k, v} -> %><<%=k %>><%=v %></<%=k %>><% end) %>
</u:<%=action.name %>>
</s:Body>
</s:Envelope>