Hallo Nadir, Does the checked in fix correctly handle the case <mytag mykey="myvalue"/> where *two* (or more) optional elements are missing. I was slightly concerned about this case(s) with my solution.
Cheers Franz nadir amra (JIRA) schrieb:
[ https://issues.apache.org/jira/browse/AXISCPP-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra closed AXISCPP-991. ------------------------------ Resolution: Fixed Fix Version/s: current (nightly)I moved the fault comment ot axiscpp-1011 (I reopened issue and pasted the comment), will be fixing it soon. I want to close out this issue. I created two testcases, StartEndElementAttributes and StartEndElement, one with attributes and one without, that return start/end element. The tests work and the code has been put to SVN. I implemented Franz's solution in keeping track when a start/end element was encountered, and a subsequent peek will return a null string when last node processed was a start/end element. The flag is set true or false when next() or anyNext() is invoked. Peek will check the flag and if start/end element, will return null string. Seems to work pretty good.Deserializing complex type broken when start-end element tag is encountered --------------------------------------------------------------------------- Key: AXISCPP-991 URL: https://issues.apache.org/jira/browse/AXISCPP-991 Project: Axis-C++ Issue Type: Bug Components: Client - Deserialization Reporter: nadir amra Assigned To: nadir amra Fix For: current (nightly) If a complex type defined as: <s:complexType name="SortR"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="ListMsg" type="tns:ArrayOfMsgS" /> <s:element minOccurs="0" maxOccurs="1" name="DateMed" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="NumberMed" type="s:int" /> </s:sequence> </s:complexType> And the response comes back as: <SortRResult> <ListMsg/> <DateMed>2006-11-10</DateMed> <NumberMed>123456</NumberMed> . .The deserialization of ListMsg does not recognize the fact that empty element was passed and thus attempts to parse the subsequent data as if it was part of ListMsg.
begin:vcard fn:Dr. Franz Fehringer n:Fehringer;Franz org:ISO Software Systeme adr;quoted-printable:;;Eichendorffstrasse 29;N=C3=BCrnberg;;90491;Deutschland email;internet:mailto:[EMAIL PROTECTED] tel;work:+49/(911) - 99594-0 tel;fax:+49/(911) - 99594-580 x-mozilla-html:TRUE url:http://www.isogmbh.de/ version:2.1 end:vcard
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
