spml

How can i have two separate web services with identical name space and local name requests be routed to different end points?

ε祈祈猫儿з 提交于 2019-11-29 04:31:27
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"

How can i have two separate web services with identical name space and local name requests be routed to different end points?

半腔热情 提交于 2019-11-27 18:28:12
问题 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="