04-30-06 06:19 AM
Use the Index and RecordCount functoids:
DepartureAirPort -> Index Functoid -> <destination node>
Add send input parameter to Index functoid of 1
ArrivalAirport -> Index -> <destination node>
Flights -> RecordCount
Connect RecordCount functoid to index functoid
Greg
<krishlav@yahoo.co.uk> wrote in message
news:1146353384.522551.245590@i39g2000cwa.googlegroups.com...
> Hi,
> I am trying to map DepartureAirPort from first node (BOS) and
> ArrivalAirPort from the last node (FLL) to my destination nodes.
>
>
> Your help is greatly appriciated...
> ========================================
===============================
>
> <ns0:Flights xmlns:ns0="http://WSEAIProject.Testing_Functoid">
> <Flight>
> <DepartureAirPort>BOS</DepartureAirPort>
> <ArrivalAirPort>BUF</ArrivalAirPort>
> <Adults>1</Adults>
> </Flight>
> <Flight>
> <DepartureAirPort>BUF</DepartureAirPort>
> <ArrivalAirPort>JFK</ArrivalAirPort>
> <Adults>2</Adults>
> </Flight>
> <Flight>
> <DepartureAirPort>JFK</DepartureAirPort>
> <ArrivalAirPort>FLL</ArrivalAirPort>
> <Adults>3</Adults>
> </Flight>
> </ns0:Flights>
>
> ========================================
===============================
>
> Thanks,
> Krish
>
[ Post a follow-up to this message ]
|