
The qt soap project provides basic web service support with version 1.1 of the soap protocol.
this is a partial implementation of soap v1.1.
- server side soap is not supported. - references to values (id & href attributes) are not supported. - only arrays with less than 5 dimensions are supported. - namespaces for types are not checked. only the type names are used. - the encodingstyle attribute is ignored. the serialization and encoding rules from section 5 in the soap v1.1 specification are assumed regardless of the value of the encodingstyle attribute. - qtsoaptype does not have accessors for attributes, which means for example that actor, mustunderstand and so on are not accessible in headers. - the soap root attribute is not supported.