When using the document/literal binding and a user's spec (-types or
-spec wsdl2aws options) it is required to provide safe-pointer support
for the corresponding array is used a procedure parameter.
For R601-040.
This takes into account the new array encoding and fixes many issues
of compatibility with other implementations.
This implementation has been tested against gSOAP client and server
in all combination with AWS client and server.
Update some tests to conform to new implementation. Add new
corresponding regression tests.
For Q509-047.
* po/wsdl-document-lit:
Remove limitation on the number of API definitions supported.
Add some comments.
Add support for generation of document style WSDL.
Minor code clean-up.
Minor reformatting.
Try to insert a new name-space in more cases.
Add not null access constraints where possible.
Add Pre condition aspect for Write_Message.
* po/wsdl-qualified-names:
Minor code clean-up.
Generate SOAP message with fully qualified names.
Add support for name-space in To_SOAP.
Add way to record the name-space for an object set.
This is used by the server to avoid sending a response if the ETag
value match or not-match the client header.
Add correspondonding regression test.
For P113-055.