1 Reply Latest reply on Dec 16, 2011 10:48 PM by njiang

    cxfEndPoint use values from properties in attributes serviceName tc.

    uio100

      Dear Forum,

       

      regretfully, I cannot provide values from properties to all attributes necessary to

      configure an cxfEndpoint via Spring DSL:

       

       

      <cxf:cxfEndpoint

                           id="pmServiceFacade"

                           

      address="${pmproxy.server.ws.protocol}://0.0.0.0:${pmproxy.server.ssl.port}${pmproxy.server.ws.contextpath}"

                           endpointName="s:PMServicePort"

                           serviceName="s:PMService"

                           wsdlURL="${pmproxy.server.ws.wsdl}"

      -


      As you can see, address and wsdlURL can be configured through params, but not serviceName + endpointName.

       

      Is there a solution for this? Or at least a good reason why things are the way they are?

       

      Kind regards

      Michael

      -