search custom information from my own service

I want search some custom information(xml,json,picture) from myserver, the search condition and result defined by myself.do you have any sample can show me how to do it? I think the sample should send command and receive result as a client plugin, receive command and send result as a server plugin.

You can implement what you outline, but note that you need to implement an Event Server plugin then.

The communication between Smart Client plugin and Event Server plugin could be made with MessageCommunication. See the Chat sample (in the sample Smart Client communicate with Smart Client, you can modify it to communicate with Event Server plugin).

See last question in this thread - ( https://developer.milestonesys.com/s/question/0D50O00003b1fr5SAA/how-to-access-plug-in-information-in-all-management-client ) on how to implement messagecommunication carrying more response data.

The communcation between the Event Server plugin and your server could also be MessageCommunication but could also be any method you would prefer.

You can, depending on network topology ao., skip the Event Server plugin and have your Smart Cleint plugin communicate with your server using preferred communication method.