We want to use a web service in process designer. Basically this web service needs one parameter as input (customer id) then it returns other informations about this customer.
To achieve this goal we used the ‘Dynamic Web services’ activity in our process. This activity updates some attributes of the process instance attachment.
When using the debugger included in Process Builder, everything goes smoothly. No errors are raised.
But When we install the process template and start an instance of the process, the instance stops at ‘Dynamic Web services’ activity with the error (see the complete error via the link below)
2011-07-05 11:12:03,378 ERROR [http-0.0.0.0-9070-1] [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bpm].[DoMethod]] - "Servlet.service()" pour la servlet DoMethod a généré une exception
java.lang.NoClassDefFoundError: com.sun.org.apache.xerces.internal.dom.DocumentImpl
.
Does anyone had a smilar problem before?
Notes about the environment:
Content Server SP3 under aix
Process Builder 6.5.
here is the bpm log. Thank you for your time.