Is it possible to print map layers from multiple map services using ArcGIS Java Script API? I have situation where more than 2 map services needs to be included in a single JavaScript application and layers from any of these services (as selected by the user) needs to be exported as a map using the Export Webmap service (using a defined map template published from my server). However, when using the Export WebMap print service, there is only option to pass one map service as a parameter. Is there any way around?