|
Re: Creating a new XML node (allowed by schema) [message #675906 is a reply to message #672222] |
Wed, 01 June 2011 21:40 |
|
Hi Christian,
In general, the structure of your "to" variable must be completely initialized with a literal. I'm not sure what the structure of your storeQualityRemarkRequest variable is, but I'm guessing it's more than just the single <sdl:sensorDataList> element.
HTH
Bob
|
|
|
Re: Creating a new XML node (allowed by schema) [message #675973 is a reply to message #675906] |
Thu, 02 June 2011 08:21 |
Eclipse User |
|
|
|
Originally posted by: Christian Bruckhoff
Am 01.06.2011 23:40, schrieb Bob Brodt:
> Hi Christian,
>
> In general, the structure of your "to" variable must be completely
> initialized with a literal. I'm not sure what the structure of your
> storeQualityRemarkRequest variable is, but I'm guessing it's more than
> just the single <sdl:sensorDataList> element.
>
> HTH
> Bob
Hi.
You're right! <sdl:sensorDataList> itself contains one <wg:waterGauge>
element and some <sd:sensorData> elements, which also contain some elements.
But how I have to initialize this, if i don't know the exact number of
<sd:sensorData> elements needed?
Regards!
Christian
|
|
|
Re: Creating a new XML node (allowed by schema) [message #676076 is a reply to message #675973] |
Thu, 02 June 2011 13:52 |
|
I think you only need to include one complete element for lists (maxoccurs="unbounded"). For "choice" types you only need to include one element from the list of choices. Have you tried using the BPEL Designer's Assign Details property sheet tab to do the initialization for you?
|
|
|
Powered by
FUDForum. Page generated in 0.03634 seconds