[
https://issues.apache.org/jira/browse/CXF-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552711
]
Thomas Diesler commented on CXF-1310:
-------------------------------------
The generated wsdl is
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:ns1="http://schemas.xmlsoap.org/wsdl/soap/http"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://org.jboss.ws.jaxws.cxf/reliable"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RMService"
targetNamespace="http://org.jboss.ws.jaxws.cxf/reliable">
<wsdl:message name="echoResponse">
<wsdl:part name="return" type="xsd:string">
</wsdl:part>
</wsdl:message>
<wsdl:message name="echo">
<wsdl:part name="arg0" type="xsd:string">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="RMEndpoint">
<wsdl:operation name="echo">
<wsdl:input message="tns:echo" name="echo">
</wsdl:input>
<wsdl:output message="tns:echoResponse" name="echoResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RMServiceSoapBinding" type="tns:RMEndpoint">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="echo">
<soap:operation soapAction="" style="rpc"/>
<wsdl:input name="echo">
<soap:body namespace="http://org.jboss.ws.jaxws.cxf/reliable"
use="literal"/>
</wsdl:input>
<wsdl:output name="echoResponse">
<soap:body namespace="http://org.jboss.ws.jaxws.cxf/reliable"
use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RMService">
<wsdl:port binding="tns:RMServiceSoapBinding" name="RMEndpointPort">
<soap:address location="http://localhost:8080/jaxws-cxf-reliable"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
> Generated WSDL for an WS-RM endpoint does not contain RM policies
> -----------------------------------------------------------------
>
> Key: CXF-1310
> URL: https://issues.apache.org/jira/browse/CXF-1310
> Project: CXF
> Issue Type: Bug
> Components: WS-* Components
> Affects Versions: 2.0.3
> Reporter: Thomas Diesler
>
> [EMAIL PROTECTED] trunk]$ ant -Dtest=jaxws/cxf/reliable test
> tests-run-internal:
> [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase
> [junit] FIXME: [CXF-1310] Generated WSDL for an WS-RM endpoint does not
> contain RM policies
> [junit] Dec 18, 2007 12:31:49 PM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromWSDL
> [junit] INFO: Creating Service
> {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL:
> http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 5.749 sec
> [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.BasicRMTestCase FAILED
> [junit] Running org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase
> [junit] Dec 18, 2007 12:31:56 PM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromWSDL
> [junit] INFO: Creating Service
> {http://org.jboss.ws.jaxws.cxf/reliable}RMService from WSDL:
> http://localhost:8080/jaxws-cxf-reliable/TestService?wsdl
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.4 sec
> [junit] Test org.jboss.test.ws.jaxws.cxf.reliable.RMTestCase FAILED
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.