tomasguisasola / luasoap

LuaSOAP provides a very simple API that convert Lua tables to and from XML documents
57 stars 18 forks source link

how to use this in openwrt #19

Closed fangqiangqiang007 closed 2 years ago

fangqiangqiang007 commented 2 years ago

Hello!

How to use this library in my openwrt device

Thanks, Fang

tomasguisasola commented 2 years ago

Hi Fang

LuaSOAP is a library that only encodes and decodes XML following the SOAP definition. If you want to offer a SOAP WebService or consume a SOAP service you will need another layer: a WebServer and corresponding API to export a service; or a socket library to call the service. LuaSOAP has an example using CGILua for the first case and LuaSocket for the second. Feel free to ask me anything!

Regards, Tomás

fangqiangqiang007 commented 2 years ago

Hi Fang LuaSOAP is a library that only encodes and decodes XML following the SOAP definition. If you want to offer a SOAP WebService or consume a SOAP service you will need another layer: a WebServer and corresponding API to export a service; or a socket library to call the service. LuaSOAP has an example using CGILua for the first case and LuaSocket for the second. Feel free to ask me anything! Regards, Tomás Em qua., 9 de fev. de 2022 às 00:05, fangqiangqiang007 < @.> escreveu: Hello! How to use this library in my openwrt device Thanks, Fang — Reply to this email directly, view it on GitHub <#19>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABAB3NI5P2DANAPME3GG7TU2HKZBANCNFSM5N4H3ODQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you for your patience