AnyLogic 6 Discussion

hello I would have wanted to know if there as people who will already uses Tomccat and Axis2 with Anylogic to create a Web service. can you please, help me in giving me track achievement or a method Thank you in advance.
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