Hi all,
I have imported a web service in WD. This created Model nodes which I have mapped in my custom controller. In my custom controller I try to <b>map the value to the model nodes.</b>
Node 1 [0...n]
|_ Node 2 [0..1]
|_ Node 3 [0...n]
<b>Node 3 is a child node of node 2</b>
I can send the values from the value nodes to the attributes of Node 2 and Node 3. When I print the values I get the right values in the model nodes from the value nodes.
But somhow strange I get the following ERROR:
<b>ervice call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.XmlMarshalException: XML Serialization Error. Property [CatsWeekly] of class [com.nl4b.hours.model.proxies.types.p1.Zznl4BCastWeekly] must exist and can not be null. This is required by schema descroption.</b>
For information the name of Node 3 is catsWeekly and the name from Node 2 is parameters.
How can this error occur if catsWeekly exists? Or is it complaining about something else, but what?
I appreciate your help very much for this problem.
Kind regards, Sandhya Banwarie<b></b>
Message was edited by: Sandhya Banwarie