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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -