Did you base your notification consumer on the template consumer project in pubscribe? Or is this your own project? There is probably a small error in your WSDL (definition of the Notify operation) or deployment descriptor (binding to the Java code that implements Notify) that is causing the messages to be dropped. The pubscribe docs say that any NotificationProducer will send its messages to the consumer's Notify operation, so it must be a problem of deployment artifacts. If you can't find the problem, sending your WSDL will be a good next step for finding the problem.
Thanks, Dan "Muni Reddy" <[EMAIL PROTECTED]> wrote on 07/06/2006 07:38:38 AM: > Hi, > > I have one NotificationProducer web service(WSDM MUWS specifications > compliant) and a NotificationConsumer as a general webservice (not WSDM > compliant). I am able to subscribe for a topic, but the NotificationProducer > is not able to send notification to NotificationConsumer even when I have a > "notify" method defined in it. However, consumer can get the notifications > through "GetCurrentMessage" request but I want it to be sent automatically > by the NoificationProducer to this Consumer. > 1) Is NotificationConsumer bound to be a Web Service that is WSDM MUWS > compliant to receive notifications automatically? If not, please let me know > how to get notifications. > > Regards, > Naga Muni Reddy.D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
