cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1191
Views
0
Helpful
2
Replies

Services (localhost)

Hi there !

is it possible to create a service that searches a .xml file in the localhost ? (my computer c:\test.xml) for those users that runs IPCommunicators ?

I'd like to create an agenda service, so users can create they're own directories.

Thanks.

Andrei.

2 Replies 2

epasqualotto
Level 1
Level 1

Yes it's possible, but you need a webserver on the user's pc for serve the xml file. You can try with xampp.

msabir
Level 4
Level 4

An easier way is use a web server like Apache Tomcat and let users create the agenda using the web interface. Then you present the user only personalized agenda/data -- as opposed to data from all users. This shouldn't be too hard.