Commit Graph

961 Commits

Author SHA1 Message Date
Pascal Obry
5def602e37 Update documentation for array support in Document/Litaral binding.
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.
2018-06-11 18:23:27 +02:00
Pascal Obry
86a79ebb94 Add support for TCP_No_Delay option.
This option can be used to control wether the TCP_NODELAY flag is to
be set on the server's sockets.

For R523-057.
2018-05-27 15:19:25 +02:00
Pascal Obry
939410c48a Update documentation for -d (no date/time) option. 2018-03-30 16:45:43 +02:00
Pascal Obry
3a1fc6748b Better support for SOAP document/literal messages.
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.
2018-03-30 16:45:39 +02:00
Pascal Obry
bd2d5f7ae5 Add support for Ada.Calendar.Time in ada2wsdl.
This type is mapped as a xsd:dateTime SOAP type.

Add corresponding regression test.

For Q306-007.
2017-03-07 19:07:16 +01:00
Pascal Obry
1346992894 Typo fix in documentation. 2017-03-07 17:36:46 +01:00
Pascal Obry
da80b730a6 Minor reformatting. 2017-03-06 22:01:51 +01:00
Pascal Obry
6ba8e94322 Document the -doc and -lit ada2wsdl options.
Part of Q301-023.
2017-03-06 22:01:11 +01:00
Pascal Obry
49610c3b98 Remove limitation of SOAP binding support in documentation. 2017-03-06 21:57:27 +01:00
Pascal Obry
7ff8e04b1c Add note about LibreSSL support.
Motivated by PB10-027.
2016-11-11 12:05:17 +01:00
Vasiliy Fofanov
e514bb6b8f Remove kp/nf files - moved to impactdb. PA05-043
Change-Id: I4685ff9fedd84908550a1966f2aab259d5a38c27
2016-10-20 18:04:39 +02:00
Pascal Obry
46ef93eb9e Update dev-notes. 2016-10-07 17:50:28 +02:00
Pascal Obry
ea1d51ef21 Bump version for new development cycle.
For PA07-015.
2016-10-07 17:45:31 +02:00
Pascal Obry
daec519c7c Add the process id to the upload file local name.
This is to ensure unique id accross AWS instances and so avoid
name clashes.

Update the regression tests accordingly.

For O925-077.
2016-09-24 12:15:05 +02:00
Pascal Obry
906b8fc938 Merge the branch 'po/wsdl-document-lit'
* 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.
2016-06-11 08:59:18 +02:00
Pascal Obry
1f56e289ed Add support for generation of document style WSDL.
For P504-041.
2016-06-11 08:57:40 +02:00
Pascal Obry
b35e121de2 Add DELETE command support on AWS.Client.
For P524-002.
2016-05-29 09:53:50 +02:00
Pascal Obry
be7cdaa37a Reorder feature-17 entries. 2016-05-29 09:53:50 +02:00
Pascal Obry
d70d29fd05 Read the message-body for the PUT command.
The client PUT command response body is now read by AWS.

Add corresponding regression test.

For P525-008.
2016-05-26 22:27:06 +02:00
Pascal Obry
42d37bbe48 Merge the branch 'po/wsdl-qualified-names'
* 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.
2016-05-23 21:54:34 +02:00
Pascal Obry
c352b2a2ac Generate SOAP message with fully qualified names.
Adjust output of regression tests.

Fixes P520-002.
2016-05-23 18:38:19 +02:00
Pascal Obry
d469dbfb55 Add KP entry for P324-015. 2016-05-23 17:41:37 +02:00
Pascal Obry
84d4616ec3 Add support for If-Match and If-None-Match header.
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.
2016-02-16 16:48:29 +01:00
Pascal Obry
666faf850d Allow large SOAP array and record.
Remove the restriction on the size of the array and record in the
SOAP implementation.

Add corresponding regression test.

For P104-019.
2016-01-04 21:27:25 +01:00
Pascal Obry
0b4e8f40e5 Minor code clean-up.
Continued work for OA13-048.
2016-01-01 21:35:39 +01:00