Main outputs of this are .wsdl and .xsd:
$ soapcpp2 -c tmp.h
Relevant part of tmp.h is:
/* .. */
struct s_t
{
long an_array[4] 1:1;
long another[5] 0:1;
};
/* .. */
XML samples are also generated. Is there a way to have influence on XML-output as well?
eventTS
tags have timestamp values so every generation differs (more difficult to compare)There are unnecessary comments:
<!-- spam, spam and spam -->
Arrays larger than 4 are listed as their size were 2:
<another SOAP-ENC:arrayType="xsd:long[2]"> <item>0</item> <item&>0</item> </another>;
Is there a way to turn off timestamps, comments in XML-generation and modify threshold to generate arrays of size - for example - 8 properly?