Hi everybody,
I'm using jbossesb 4.2. I try to run the webservice_proxy_basic in quickstart sample. It runs ok.
But when I go to http://localhost:8080/contract.
I see:
I click this link but it's not found. If i change url to http://127.0.0.1:8080/Quickstart_webservice_proxy_basic/http/Proxy_Basic/Proxy?wsdl
It's OK !. But when using SOAP UI to test this service. The soap response always contain the error:
HTTP Status 404 - /Quickstart_webservice_proxy_b/http/Proxy_Basic/Proxy
I wonder why JbossESB remove 3 characters at the ending of esb app deployment that cause the error.
Who have met this problem, please help me !
Thank you very much.