Hello,
I could reporduce the error. It’s combination of two problems:
1) The generator creates wrong paths for the optional fields of the element ‘User’.
For example to address the ‘Name’:
the correct path must be
/User/xapp:child(1)/xapp:child(1)/xapp:child(1)/xapp:child(1)/Name
</pre><BR>or when using seq / occ / chc<BR><pre class="ip-ubbcode-code-pre">
/User/xapp:seq(1)/xapp:occ(1)/xapp:seq(1)/xapp:occ(1)/Name
The generator seams not to consider optional nodes (occurrences with minOccurs=‘0’) for the nested sequence and the ‘Name’ element.
2) Even if I correct the path, X-Application produces an exception when creating the optional nodes via ‘touchDescendant’.
We have to analyze these bugs. I will send a post when we find a workaround or can deliver a fix.
Bye,
Christian.
X-Application Version: 3.1.3, 3.1.2, 3.1.1
Tamino Version : 3.1.1
Platform : NT, Win2k, Solaris, …
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
[This message was edited by Admin on 12 Feb 2003 at 09:45.]
#Tamino#API-Management#webMethods