Hi Alex, of course: This was the raison why the soap:address element where alway overritten and the HTTP Request arrived to the monitoring component without SOAP Message inside.
SOLUTION: I was Using Jbossws 1.0.4 and i have perform the following setting: In BOSS_HOME/server/default/deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml: have set the element property name="alwaysModifySOAPAddress" to false. and the specified soap:address value in the service implementation file was readed by org.jbpm.bpel.service.PortConsumer.java as expected. But the BPEL process execution is still stopping due to exceptions. I'll like to close this thread (Error cause found) and continue the discution in this thread:http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98256 where i described the invoke called, but our invoker is disconnected problem. Once again thanks Alex. Best Regards Bertrand Njipwo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998045#3998045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998045 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
