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
5
// XSD schema parser — complexType, simpleType, sequence, choice, all, extension, restriction, imports
pub mod elements;
pub mod parser;
pub mod resolver;
pub mod types;