citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 46 forks source link

multiple ws endpoints #231

Closed bbortt closed 9 months ago

bbortt commented 9 months ago

the property citrus.simulator.ws.servlet-mapping is now citrus.simulator.ws.servlet-mappings, which is a list of strings. the default value still is /services/ws/*, but you can define multiple endpoints and still be compliant with the servlet specification.