StateMessage represents the response from a Configuration Manager or ISV proxy client registration request.

Type: Element.

Instances: One

Attributes

Attribute Description

ResponseType

Specifies the request response type.

Registration - The message is a response to a registration request.

Confirmation - The message is a response to a confirmation request.

TimeStamp

Date and time of the response.

Status

The status of the request. Can have the following values:

0 - The registration request was successful.

1 - The registration request is still pending. While the registration request is still pending, the client should not make any policy requests, or upload inventory.

2 - The system could not process the request. The client must send the registration request again.

3 - The registration request was rejected by the system.

SMSID

The SMSID identifier for the client. It is only returned when Status is 0 or 1.

Sample

Registration Response

The following XML demonstrates a registration response:

<ClientRegistrationResponse ResponseType="Registration" TimeStamp="2006-12-07T22:56:31Z" Status="0" SMSID="GUID:1af488d8-7b42-4842-a4bd-b3a2842bbc42"/>

Registration Confirmation

The following XML demonstrates a registration confirmation:

<ClientRegistrationRequest><Data RequestType="Confirmation" TimeStamp="2006-12-07T22:56:31Z" SMSID="GUID:1af488d8-7b42-4842-a4bd-b3a2842bbc42"> <AgentInformation AgentType="0" AgentVersion="9999" AgentIdentity="IsvClient.exe"/> <Certificates> <Signing Encoding="HexBinary">308201BB30820165A0030201020210879851C41C24789E49F04FDB4F446445300D06092A864886F70D01010405003016311430120603550403130B526F6F74204167656E6379301E170D3037303133303138333434325A170D3339313233313233353935395A3016311430120603550403130B534D534D5041504920763130819F300D06092A864886F70D010101050003818D0030818902818100CF6434B4483796D70AD5408D7E251ED919D77E9668356C2231D23BFF8BF4A4A893D211034ACC5E9E2F7F47A7AE32B43F30FA3342DAB778F9966C5A30FF26F6C88EACA2020E3E60DD8BFFBF7D1360E65A2ABFE5E2183255E6EE083F4DD13004138B7E24E29FAB7A814FCFD18235941FF1D852477EBD019E791F7FC3C71082EFF50203010001A34B304930470603551D010440303E801012E4092D061D1D4F008D6121DC166463A1183016311430120603550403130B526F6F74204167656E6379821006376C00AA00648A11CFB8D4AA5C35F4300D06092A864886F70D01010405000341002538F8F75B7CA3FC5D85B499673596C1BD0850934F7FF5355AAE73ABC173441C2CDFC5EAB2AC9522D2FBB168780D18C409450A220CE9D57CE89CDB99DFB97D50</Signing> </Certificates> <DiscoveryProperties></DiscoveryProperties> </Data><Signature> <SignatureValue>105DF00FAA642B1B1DCF1E002F89277A6ADEEBE87F856FE409ECBDEDAC0123EA8D02581FD24A6E1B848B9EB90B72E19788123C024E8922A3E8DC9747048492E01D7B98BA104E1735B45F4C3CB831D4BB2A708D3F4C65EE4DD7656D518F7D677BA0D18F212BAE0ADC63A77D7770C60D6366609E877CF6672304408539008DF2AD</SignatureValue> </Signature> </ClientRegistrationRequest>

Confirmation Response

The following XML demonstrates a confirmation response:

<ClientRegistrationResponse ResponseType="Confirmation" TimeStamp="2006-12-07T22:56:31Z" Status="0"/>

See Also


Send comments about this topic to Microsoft.