we are developing the application using the .Net webservice(soap protocal) for that i need Pass GUID from android class.
in .Net we have statement like below Guid
You will get UUID in Android,
UUID uuid = UUID.randomUUID(); String uuidInString = uuid.toString();