Hi Clément
First you should get AnyLogic Professional to export your model as Java Application.
Then you may create and deploy a web service using Axis that interacts with running model using RPC or other protocol.
Model will run in separate process and you just call its method from web service.
Hope it helps

