This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
from 4c4721677 Fix async callback memory management with reference counting
(AXIS2C-1584)
new 4c4d70067 Add soapAction extraction from WSDL bindings for native
codegen (AXIS2C-1581)
new d492a16d2 Add defensive xsd:any type handling to native WSDL2C
generator (AXIS2C-1580)
new a14050a6f Add xsi:type support to native WSDL2C generator (AXIS2C-1579)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/codegen/native/include/wsdl2c_native.h | 43 ++-
tools/codegen/native/src/options.c | 9 +-
tools/codegen/native/src/stub_generator.c | 151 +++++++-
tools/codegen/native/src/wsdl_parser.c | 245 ++++++++++++-
tools/codegen/native/test/Makefile.am | 3 +
.../native/test/include/adb_test_framework.h | 47 +++
tools/codegen/native/test/src/adb_test_framework.c | 3 +
.../native/test/src/test_axis2c_1579_xsi_type.c | 405 +++++++++++++++++++++
.../native/test/src/test_axis2c_1580_any_type.c | 346 ++++++++++++++++++
.../test/src/test_axis2c_1581_empty_soap_action.c | 347 ++++++++++++++++++
10 files changed, 1565 insertions(+), 34 deletions(-)
create mode 100644 tools/codegen/native/test/src/test_axis2c_1579_xsi_type.c
create mode 100644 tools/codegen/native/test/src/test_axis2c_1580_any_type.c
create mode 100644
tools/codegen/native/test/src/test_axis2c_1581_empty_soap_action.c