I have a BPEL process that is invoking an asynchronous webservice in java .. I have a problem calling back the BPEL process when finished .. I receive a timeout fault waiting for a response .. I tried generating a JAVA ws client from the process and tried it with my asynch web service invoked and it is working fine ... can anyone guide me how this should be done from the java ws .. I am stuck in this task for long time
It has been solved after generating a client from the BPEL process wsdl (right click the bpel file in eclipse) and importing it in my webservice to call its functions directly ..