Hi all,
I´m testing jboss-bpel, I did a WS and a BPEL precess which call it. The WS works fine, and the BPEL process deploys fine too, but when I run the BPEL Process, it breaks. The erro is
org.jbpm.bpel.BpelException: no port implements the required port type: portType
={http://cyii.es/services/ldap}WSLDAPPort
But that ports is declared. Somebody could help me. I don't know exactly the problem and also could be the solution.
Thanks
Rodolfo
Is your web service registered in the service catalog? Even if the WSDL document you deployed along the process contains binding and port elements, these are ignored.
You need to register the web service in the catalog to make it available for invocation. This is to avoid hardcoding the endpoint reference in the deployed process.