문제

I have problem when creating a BPEL Project that invoke external web-service

it seems that the server can't see the description of service

12:13:34,384 ERROR [NStateLatch] Latch error, was releasing for state 1 but actually in -1 12:13:34,387 WARN [ProcessStoreImpl] Deployment failed within the engine, store >undeploying process. org.apache.ode.bpel.iapi.ContextException: Cannot find definition for service {[http://www.example.org/AvailableFlightTest/]}FlightService in the context of process {[http://testthree]}TestThree-48

I check the port and the name of service and all thing is right

도움이 되었습니까?

해결책

your wsdl end point url is not working. Open wsdl, find endpoint url (under tag soap: address location), which is being called during your deployment.

try to open this end point url in web browser, you will get exact error or issue which might be causing this problem.

Regards, ambuj "Master yourself, Master the enemy"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top