You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2007/12/21 16:10:44 UTC

[jira] Updated: (CXF-1322) WS-RM RPC client sends duplicate CreateSequence element

     [ https://issues.apache.org/jira/browse/CXF-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1322:
--------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: CXF-1328

> WS-RM RPC client sends duplicate CreateSequence element
> -------------------------------------------------------
>
>                 Key: CXF-1322
>                 URL: https://issues.apache.org/jira/browse/CXF-1322
>             Project: CXF
>          Issue Type: Sub-task
>          Components: WS-* Components
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> /home/tdiesler/svn/jbossws/stack/cxf/trunk
> [tdiesler@tdvaio trunk]$ ant -Dtest=org.jboss.test.ws.jaxws.cxf.wsrm.BasicRPCTestCase one-test
> one-test:
>     [junit] Running org.jboss.test.ws.jaxws.cxf.wsrm.BasicRPCTestCase
>     [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not contain RM policies
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 16.714 sec
>     [junit] Test org.jboss.test.ws.jaxws.cxf.wsrm.BasicRPCTestCase FAILED
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
>   <soap:Body>
>     <ns1:CreateSequence xmlns:ns1="http://schemas.xmlsoap.org/ws/2005/02/rm">
>       <CreateSequence xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm" xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing">
>         <AcksTo>
>           <ns2:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</ns2:Address>
>         </AcksTo>
>         <Expires>PT0S</Expires>
>         <Offer>
>           <Identifier>urn:uuid:8efbd270-ce43-4a30-9b7a-e22317648ff7</Identifier>
>           <Expires>PT0S</Expires>
>         </Offer>
>       </CreateSequence>
>     </ns1:CreateSequence>
>   </soap:Body>
> </soap:Envelope>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.