I've been trying to implement a simple Endpoint Monitor, ...still reading up on Servie Description etc.; would anyone happen to have a service Endpoint monitor implementation that could help me understanding how it works?
We currently don't have any specific examples of monitoring - if you could provide more detail about the problems you are having then we might be able to help.
Essentially you just need to obtain a monitor using an appropriate configuration from a factory, and then add the appropriate service description (which is obtained using endpoint projection from the choreography (http://pi4soa.wiki.sourceforge.net/doc.developer.runtime.descgen).
After that you just need to pass the monitor any messages that have been sent or received, for it to compare against the relevant service description.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1091755
Originator: NO
Have you read the documentation section: http://pi4soa.wiki.sourceforge.net/doc.developer.runtime.monitoring
We currently don't have any specific examples of monitoring - if you could provide more detail about the problems you are having then we might be able to help.
Essentially you just need to obtain a monitor using an appropriate configuration from a factory, and then add the appropriate service description (which is obtained using endpoint projection from the choreography (http://pi4soa.wiki.sourceforge.net/doc.developer.runtime.descgen).
After that you just need to pass the monitor any messages that have been sent or received, for it to compare against the relevant service description.