How can i have two separate web services with identical name space and local name requests be routed to different end points?
I'm attempting to create 2 separate web services, both within one spring deployment, both with the wsdl's being generated from the same xsd schemas, yet have them be routed to two separate end points so i can handle the requests differently in the separate contexts. Ex: Webservice 1: subset of access, lower privileges and security constraints Webservice 2: higher privileges <sws:dynamic-wsdl id="spml-readonly" portTypeName="SpmlReadOnlyService" locationUri="SpmlReadOnly"> <sws:xsd location="/WEB-INF/xsd/spml/pstc_spmlv2_core.xsd"/> </sws:dynamic-wsdl> <sws:dynamic-wsdl id="spml-crud"