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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -