soap-server 0.1.0

A WSDL-driven, spec-compliant SOAP 1.1/1.2 server library for Rust with WS-Security and ONVIF support
Documentation
1
2
3
4
// WSDL 1.1 parser — two-pass (parse + resolve)
pub mod definitions;
pub mod parser;
pub mod resolver;