I think you have two ways to debug such a problem: * remote debugging: before launching servicemix, just set the SERVICEMIX_DEBUG=true environment variable, then you can attach to the process from your IDE and debug. I would put a breakpoint in servicemix-http, in the org.apache.servicemix.http.processors.ProviderProcessor#process() method * create a simple junit test so that someone can reproduce and debug the problem
On Wed, Apr 16, 2008 at 3:50 PM, yvdl <[EMAIL PROTECTED]> wrote: > > Hi, > > No new idea regarding this problem? > > I'm still fighting with this problem and I'm not the winner until now. > > I did subscribe the SM broker for this BPEL process with the following > endpoint reference > > http://sany.spacebel.be/orabpel/lbn/NotifConsumer/1.0 > > This BPEL process is a WS that can be accessed from the internet. > > My xbean.xml file contain the following endpoint > > <http:endpoint service="wsn2:NotifConsumer" > endpoint="NotifConsumer" > role="provider" > > locationURI="http://sany.spacebel.be/orabpel/lbn/NotifConsumer/1.0" > soap="true" > soapVersion="1.1" > soapAction="Notify" > > wsdlResource=" > http://sany.spacebel.be/orabpel/lbn/NotifConsumer/1.0/NotifConsumer?wsdl" > /> > > > YVDL > > > gnodet wrote: > > > > > > Not sure why, your configuration looks good. > > > > > > > > -- > View this message in context: > http://www.nabble.com/SM-WSN2005%3A-Broker-does-not-set-SOAPAction-field-value-tp16583522p16722277.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
