Expand description
DDS SOAP-PSM — SOAP 1.2 + WSDL 1.1/2.0 + MTOM + WS-Addressing + WS-Security 1.1.
Crate zerodds-soap. Safety classification: STANDARD.
Liefert einen produktionsreifen SOAP-Stack zur Anbindung Java-2000er-Bestand-Clients und JEE-Web-Services an DDS-Topics.
§Module
envelope— SOAP 1.2 Envelope/Header/Body (W3C SOAP 1.2 §5).fault— SOAP-Fault-Codes (Sender/Receiver/MustUnderstand/VersionMismatch/DataEncodingUnknown).wsdl— WSDL 1.1 (http://schemas.xmlsoap.org/wsdl/) + WSDL 2.0 (http://www.w3.org/ns/wsdl)-Generation aus IDL-Service-Defs.mtom— MTOM/XOP-Attachments (W3C MTOM Rec.).addressing— WS-Addressing 1.0 (W3C 2006).security— WS-Security 1.1 (OASIS WSS-1.1) — UsernameToken, X.509-Token, Timestamp, BinarySecurityToken.
Re-exports§
pub use addressing::AddressingHeaders;pub use addressing::build_addressing_header;pub use envelope::Envelope;pub use envelope::EnvelopeError;pub use envelope::build_envelope;pub use envelope::parse_envelope;pub use fault::Fault;pub use fault::FaultCode;pub use mtom::Attachment;pub use mtom::MtomMessage;pub use mtom::encode_mtom_packaging;pub use security::SecurityHeader;pub use security::Timestamp;pub use security::UsernameToken;pub use security::X509Token;pub use wsdl::Operation;pub use wsdl::WsdlGenerator;pub use wsdl::WsdlVersion;