Error al acceder al proxy WS publicado en WSO2 ESB 4.6: no se encontró el EPR

Desplegué exactamente el mismo WS-proxy en 4.5.1 y 4.6. Con 4.5.1 funciona correctamente, pero con 4.6 obtengo:

ERROR - AxisEngine The endpoint reference (EPR) for the Operation not found is /services/registro.registroHttpSoap11Endpoint and the WSA Action = . If this EPR was previously reachable, please contact the server administrator.

La fuente es la siguiente:

<proxy xmlns="http://ws.apache.org/ns/synapse" name="registro" transports="http" statistics="disable" trace="disable" startOnLoad="true">
  <target>
    <outSequence>
      <send/>
    </outSequence>
    <endpoint>
      <address uri="http://localhost:15080/SIGEM_RegistroPresencialWS/services/ServicioRegistroWebService"/>
    </endpoint>
   </target>
   <publishWSDL uri="http://localhost:15080/SIGEM_RegistroPresencialWS/services/ServicioRegistroWebService?wsdl"/>
   <description></description>
</proxy>

¿Qué tengo que hacer para 4.6. para que funcione?

Gracias

Respuestas a la pregunta(2)

Su respuesta a la pregunta