Fehler beim Zugriff auf veröffentlichten WS-Proxy in WSO2 ESB 4.6: EPR nicht gefunden

Ich habe in 4.5.1 und 4.6 genau denselben WS-Proxy bereitgestellt. Mit 4.5.1 funktioniert es korrekt, aber mit 4.6 bekomme ich:

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.

Die Quelle ist die folgende:

<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>

Was muss ich für 4.6 tun? damit es funktioniert?

Vielen Dank.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage