SOAP query to get computer id and name

(imported topic written by Bhushan_Chirmade)

I am looking out for relevance expression which will return me all the computer ids along with their names like following:

computer id: name

1234:abc123

I am sure this must be easy looking at the existing posts.

(imported comment written by Lee Wei)

The relevance statement can be:

(id of it as string & “:” & name of it) of bes computers

(imported comment written by Bhushan_Chirmade)

Thanks Lee.