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
Yes you should use UUID like the following code:
String uniqueID = UUID.randomUUID().toString();