OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsbpel] Issue - 63 - Support of Array


Ricky,

NO!  I'm pointing out that XML does not have an array type
because you do not need it.

You can model the behaviour by creating an XML structure
that mimics it.

The schema working group went around this pole two + years
ago.

Cheers, DW.

Message text written by Ricky Ho
> 
I probably missed your point.  Are you defining a new ComplexType called 
"Array" here so that you can deal with multiple rows ?

So here is the code to receive 10 incoming calls and store them into the 
array ...

<process>
   <variables>
     <variable name="i" type="int"/>
     <variable name="temp" type="Row"/>
     <variable name="rowArray" type="Array"/>
   </variables><



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]