Hi,
Are you sure your SA get deployed successfully? I notice your http
consumer and provider has same servicename which should cause conflict
when deploy your SA.
Could see any exception from servicemix console when you deploy the SA?
Also, you use
wsdlResource="http://localhost/MockWebService/services/EchoService?wsdl"
to refer the wsdl, which means the service already exposed from
http://localhost/MockWebService/services/EchoService
Could you access the
http://localhost/MockWebService/services/EchoService?wsdl from your web
browser?
Freeman
angeloNZ wrote:
thanks for your reply Freeman.
however, using http://localhost:8192/EchoService/main.wsdl gives me the same
resource not found problem.