Hello,

I'm having trouble determining how to go about extending the wsn-consumer
sample.

I have built, deployed, and tested the wsn-consumer, producer, and test
client no problem but I want to do a small proof of concept which adds
additional methods to the wsn-consumer webservice that are accessible to a
small demo desktop application. 

Essentially I want to modify the wsn-consumer to add things like
subscribe(), getMessages() etc, so that it can be polled by desktop
applications and act as a subscriber proxy for those applications.  I know
that in theory I could be using PullPoint implementation, but baby steps
first.  

So essentially I am not sure what wsdl's or xml files i need to modify in
addition to the sample wsn-consumer classes(ConsumerCapabilityImpl?) to do
this(essentially add in standard axis webservice methods that the custom
clients can call.  So if the client calls subscribe() web service call the
consumer will act as a proxy and subscribe much the way the sample does, but
it will then pool received notifications that can then be retrieved when the
clients call a getMessages() of some sort.  Again, this is a simple proof of
concept to show how a proxy server that participates in the WS-* standards
in MUSE could be built to serv custom applications that do not.

Thanks for any help....


-- 
View this message in context: 
http://www.nabble.com/extending-wsn-consumer-with-other-webservice-methods-tf4518830.html#a12890108
Sent from the Muse User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to