There is still a mismatch between the uri and the endpoint definition. The uri must be: endpoint:[namespace][sep][service][sep][endpoint]
which given your xml, translates to: endpoint:http://xmlns.oracle.com/NotifConsumer/NotifConsumer/NotifConsumer so you're missing a NotifConsumer i guess. On Wed, Apr 30, 2008 at 1:48 PM, yvdl <[EMAIL PROTECTED]> wrote: > > Hi Guillaume, > > I think I did exactly what you proposed me without success (see my previous > mail/note) > > Do you have any idea about that? > > Is it possible to enable some debugging in order to see why the SMIX-http > does not match the endpoint? > > Regards > > YVDL > > > > > gnodet wrote: > > > > If you use what I pasted already a few times if should work. > > I have written: > > endpoint="NotifConsumer" > > not > > endpoint="tns:NotifConsumer" > > > > Endpoint is a simple string, not a qualified name, so you should not > > add a prefix to it. > > > > > > > > -- > View this message in context: > http://www.nabble.com/SM-WSN2005%3A-Broker-does-not-set-SOAPAction-field-value-tp16583522p16980713.html > > > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
