Hi,

i use Servicemix Fuse 4.3-fuse-03.00 to implement a publish/subscribe system
using wsn2005 component. i should create this configuration:

Publisher -> Broker (wsn2005) -> Consumer 

Publisher is a java application that uses the broker.wsdl exposed by wsn.xml
example to send notification

Consumer is a java application that uses broker.wsdl to make a subscription
and it is, also, a web service that should receive notification.

Not all work fine, in fact, i can send a notification, i can subscribe to a
topic but i don't receive notification to my web service.

My web service is reached by a normal browser. It has a single stupid web
method "increase" that when someone invokes this method it write "received"
to tomcat console

To eliminate any doubt i did a subscription and notification from soapUI
using http://10.20.64.175:8080/NConsumerService/Consumer?http.soap=true and
also
http://10.20.64.175:8080/NConsumerService/Consumer/increase?http.soap=true
but no Soap arrives to my web service

When i send me a notification by soapUI, the response of the broker is OK
202 and if i see in the jconsole i observe that it dequeue the notification.

What i wrong? Do  i have to change somethings in the wsn.xml example?

I'm newbie so please help me.

Thanks
MG
-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/WS-notification-via-HTTP-client-problem-tp3339606p3339606.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to