Hi Guillaume Here is the SOAP message I did send (using SOAPUI) to the SMX-wsn broker in order to subscribe my BPEL process
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:b="http://docs.oasis-open.org/wsn/b-2" xmlns:add="http://www.w3.org/2005/08/addressing"> <soapenv:Header/> <soapenv:Body> <b:Subscribe> <b:ConsumerReference> <add:Address>http://sany.spacebel.be/orabpel/lbn/NotifConsumer/1.0</add:Address> </b:ConsumerReference> <b:Filter> <b:TopicExpression Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Simple"> myTopic </b:TopicExpression> </b:Filter> </b:Subscribe> </soapenv:Body> </soapenv:Envelope> Hope this can help YVDL gnodet wrote: > > Ah, good point. it explains while adding the soapAction attribute did not > change anything. > I think it comes down to how you create your suscription. > What message did you send ? > > On Thu, Apr 17, 2008 at 10:30 AM, yvdl <[EMAIL PROTECTED]> > wrote: > >> >> Hi Guillaume, >> >> I must also mention that: >> >> the behaviour was the same (no SOAPAction header in the HTTP message >> (notification) sent by the SMX-wsn broker to the subscriber (the BPEL >> process) before I added a "provider" endpoint in the xbean.xml >> configuration >> file. >> >> So I think that the problem comes from the fact that for some reason the >> SMX-http does not "match" or "recognize" the endpoint defined in the >> xbean.xml file. >> >> regards >> >> YVDL >> >> >> gnodet wrote: >> > >> > 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: >> > >> > >> > -- >> > Cheers, >> > Guillaume Nodet >> > ------------------------ >> > Blog: http://gnodet.blogspot.com/ >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/SM-WSN2005%3A-Broker-does-not-set-SOAPAction-field-value-tp16583522p16741183.html >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/SM-WSN2005%3A-Broker-does-not-set-SOAPAction-field-value-tp16583522p16743540.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
