> If it does not, the how can i generate unique numbers
> from Flex that can be convertible to Guid in .NET?
>

 

There is a UUID generator in flex you can use to get a unique id.

 

UIDUtil.createUID()

 

Hth,

---nimer

 

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Decoursey
Sent: Thursday, November 29, 2007 8:42 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Guid datatype in Flex

 


On Nov 29, 2007, at 7:45 AM, Jehanzeb Musani wrote:

> Hello,
>
> I am calling a webservice written in .NET. The
> webservice requires MessageId of type Guid to uniquely
> identify the messages.
>
> Can anyone tell me whether Flex supports Guid datatype
> or not?
>
It does not.

> If it does not, the how can i generate unique numbers
> from Flex that can be convertible to Guid in .NET?
>
Generate them in .NET and provide them via a web service to the Flex 
App.

 

Reply via email to