4.3 Advertise Message
The control point gets information from the <AcquireNonceResponse> SOAP envelope and invokes the <Advertise> action informing the UPnP device that a remote experience is available for use along with all the necessary information required for connecting to a remote experience.
-
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <soapenv:Body> <msrx:Advertise xmlns:msrx="urn:schemas-microsoft-com:service:msremotedexperience:1"> <Nonce xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="ui4"> 1391218849 </Nonce> <HostId xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> uuid:0b8f6d8f-a1a0-4be2-b5b0-d7b49de0cf6c </HostId> <ApplicationId xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> uuid:f1c65f7a-c321-413d-9801-4194ebf29308 </ApplicationId> <ApplicationVersion xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> pc3.0.0 </ApplicationVersion> <ApplicationData xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> version=dv1.5.0,dv2.0.0;wolmac=001FC65F88DD; </ApplicationData> <HostFriendlyName xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> </HostFriendlyName> <ExperienceFriendlyName xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> Windows® 7 </ExperienceFriendlyName> <ExperienceIconUri xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> </ExperienceIconUri> <ExperienceEndpointUri xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> xsp://192.168.0.140:3390/ </ExperienceEndpointUri> <ExperienceEndpointData xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> user=Mcx2-PPATHAN-TEST;passwordlength=20;encryptedpassword=Y0F7Mczi… </ExperienceEndpointData> <SignatureAlgorithm xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> rSASSA-PSS-Default-Identifier </SignatureAlgorithm> <Signature xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> KegL+aHl+SyVUZgCrTPJZ28FfhB/iS8XVi6ji2rVkr6WGv2U5hyxgmkB+rdVLEe1pNWD… </Signature> <HostCertificate xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string"> AAABAANiMIIDXjCCAkagAwIBAgIQE5KP0u8h/J9KFqxEKBZLNjANBgkqhkiG9w0BAQU… </HostCertificate> </msrx:Advertise> </soapenv:Body> </soapenv:Envelope>