WS-RM RPC client sends duplicate CreateSequence element
-------------------------------------------------------

                 Key: CXF-1322
                 URL: https://issues.apache.org/jira/browse/CXF-1322
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.0.3
            Reporter: Thomas Diesler


/home/tdiesler/svn/jbossws/stack/cxf/trunk
[EMAIL PROTECTED] 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.

Reply via email to