[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4685) Unexpected web service response on JBoss AS 6

Marek Novotny (JIRA) jira-events at lists.jboss.org
Thu Jan 20 18:02:49 EST 2011


    [ https://issues.jboss.org/browse/JBSEAM-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576923#comment-12576923 ] 

Marek Novotny commented on JBSEAM-4685:
---------------------------------------

I need to test it with jboss as 4.2.3, if it doesn't break the SOAP handling. Then I will consider this issue as resolved

> Unexpected web service response on JBoss AS 6
> ---------------------------------------------
>
>                 Key: JBSEAM-4685
>                 URL: https://issues.jboss.org/browse/JBSEAM-4685
>             Project: Seam
>          Issue Type: Bug
>          Components: WS
>    Affects Versions: 2.2.1.CR2
>            Reporter: Jozef Hartinger
>            Assignee: Marek Novotny
>             Fix For: 2.2.1.Final
>
>
> While the login service should return the following response:
> <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header><seam:conversationId xmlns:seam='http://www.jboss.org/seam/webservice'>3</seam:conversationId></env:Header><env:Body><ns2:loginResponse xmlns:ns2="http://seambay.example.seam.jboss.org/"><return>true</return></ns2:loginResponse></env:Body></env:Envelope>
> on JBoss 6.0.0 M4, the service returns:
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns1:loginResponse xmlns:ns1="http://seambay.example.seam.jboss.org/"><return>true</return></ns1:loginResponse></soap:Body></soap:Envelope>
> Note the missing conversationId value.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list