[ https://issues.apache.org/jira/browse/AXIS2-5457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500107#comment-13500107 ] Andreas Vollmy commented on AXIS2-5457: --------------------------------------- Might be related to or the same problemas AXIS2-5443. > WSDL2C: wrong types from serialize > ---------------------------------- > > Key: AXIS2-5457 > URL: https://issues.apache.org/jira/browse/AXIS2-5457 > Project: Axis2 > Issue Type: Bug > Components: adb, codegen, wsdl > Affects Versions: 1.6.1, 1.6.2 > Environment: Red Hat 5 > Reporter: Andreas Vollmy > Attachments: test.wsdl > > > I'm trying to build a ansi c client & server from a wsdl using wsdl2c. > I have a request-type which contains another complex type (see example below). > While serializing there is an xs:type written into the stream for each element, but the inner structure "overwrites" the type of the outer structure. > The server then is unable to unpack this message and writes an error into the log, that "non nillable or minOccurs != 0 element some1 missing" > Types: > > > > > > > > > > > > > > > Request-Soap (on testRequest there should not be an xsi:type=trArg1 in my understanding): > > > xmlns:xsi="http://www.test.ch/test/TestVer" > xsi:type="trArg1"> > > 1 > 2 > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org