3.1.4.2.1.2 Advertise Response Message
The server MUST reply with a SOAP response message named <AdvertiseResponse>.
The "urn:schemas-microsoft-com:service:msremotedexperience:1" XML namespace SHOULD be specified in the <AdvertiseResponse> message.
The following XML session shows an <AdvertiseResponse> in a SOAP message.
[SOAP]
-
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <soapenv:Body> <msrx:AdvertiseResponse xmlns:msrx="urn:schemas-microsoft- com:service:msremotedexperience:1"> </msrx:AdvertiseResponse> </soapenv:Body> </soapenv:Envelope>