xapix-io / paos

Clojure SOAP client
Eclipse Public License 1.0
93 stars 12 forks source link

Better documentation of attaching zero, one or more elements to array of complex types #26

Open cch1 opened 1 year ago

cch1 commented 1 year ago

For arrays of complex types, the existing documentation states "Just attach as many as you want into it and all of them will be injected correctly into the request payload."

It is not obvious how to do this. An example would be very helpful.