[jbossws-issues] [JBoss JIRA] Updated: (JBWS-3118) Soap header values always null

Jeremy Scott (JIRA) jira-events at lists.jboss.org
Mon Sep 6 03:27:52 EDT 2010


     [ https://jira.jboss.org/browse/JBWS-3118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Scott updated JBWS-3118:
-------------------------------

         Labels: soapheader  (was: )
    Description: 
for the following post, credentials is null, ie, there are no deviceProvider or sessionId:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
      <s:Header>
            <credentials xmlns="http://www.xxxx.com/Services/1.1">
                  <deviceProvider>Sonos</deviceProvider>
                  <sessionId>7d30bb0aa7ed17ad0681568e335a96333dc7ecefa944066026f850eddb77ffac</sessionId>
            </credentials>
      </s:Header>
      <s:Body>
            <getMediaMetadata xmlns="http://www.xxxx.com/Services/1.1">
                  <id>TRACK:2646108</id>
            </getMediaMetadata>
      </s:Body>
</s:Envelope>

  was:
for the following post, credentials is null:




> Soap header values always null
> ------------------------------
>
>                 Key: JBWS-3118
>                 URL: https://jira.jboss.org/browse/JBWS-3118
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-native-3.3.1
>         Environment: JBOSS 4.2.3
>            Reporter: Jeremy Scott
>
> for the following post, credentials is null, ie, there are no deviceProvider or sessionId:
> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
>       <s:Header>
>             <credentials xmlns="http://www.xxxx.com/Services/1.1">
>                   <deviceProvider>Sonos</deviceProvider>
>                   <sessionId>7d30bb0aa7ed17ad0681568e335a96333dc7ecefa944066026f850eddb77ffac</sessionId>
>             </credentials>
>       </s:Header>
>       <s:Body>
>             <getMediaMetadata xmlns="http://www.xxxx.com/Services/1.1">
>                   <id>TRACK:2646108</id>
>             </getMediaMetadata>
>       </s:Body>
> </s:Envelope>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list