Sonos Soap Envelope example that includes SessionId -
trying implement soap header handler need specific example of soap request sonos client make includes sessiondid.
thanks
we deprecating support sessionid-based authentication. continue work, future integrations should built using app linking.
in meantime, sessionid-container header contain credentials object:
<ns:credentials> <ns:deviceid>00:00:00:00:00</ns:deviceid> <ns:deviceprovider>sonos</ns:deviceprovider> <ns:sessionid>[sessionidentifier]</ns:sessionid> </ns:credentials>
Comments
Post a Comment