Bouke Lark Versions Save

Swift SOAP Client

0.8.0

5 years ago

Changes

  • Swift 4.2

0.7.0

6 years ago

0.7.1

6 years ago

0.3.2

7 years ago
  • Dropped Evergreen dependency
  • Serializers for most base types

0.4.0

7 years ago
  • Serialization and deserialization of xsd:nillable elements
  • Don’t drop numbers from element names
  • Swiftier API

0.4.1

7 years ago
  • Return DataResponse<T> for greater flexibility
  • Faultactor is an optional field
  • Client class documentation
  • Simplified iterating over node’s children
  • Improve error messages from wsdl and xsd parsers
  • Internalized some API
  • Build docs with jazzy
  • Documentation and tests for Fault
  • Cleanup Lark.Utils API

0.4.2

7 years ago
  • Support xs:anyType
  • Better error diagnostics for QualifiedName
  • Parse multiple schemes within a wsdl
  • Renamed XSD struct to Schema
  • Renamed WSDL struct to WebServiceDescription
  • Updated documentation
  • Added GH templates
  • Improved error diagnostics for code generator
  • Validate wsdl operation binding values

0.4.3

7 years ago
  • Support messages with type

0.4.4

7 years ago
  • Made AnyType public

0.4.5

7 years ago
  • Improved dateTime parsing (milliseconds and no timezone identifier)
  • Resolved issue with nested types without a type name
  • Allow complexType without content
  • Resolved issue with element without a type
  • Ignore unsupported binding / port types (e.g. http endpoints)