Hide Forgot
Affects: Release Notes project_key: SOA Use webservice_consumer1 test and modify war/resources/WEB-INF/web.xml. Add there <servlet-mapping> <servlet-name>HelloWorldWS</servlet-name> <url-pattern>/HelloWorldWS</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>HelloWorldWS</servlet-name> <url-pattern>/aa</url-pattern> </servlet-mapping> When the war file is deployed the service is available only on /aa URL and not on /HelloWorldWS URL. This is different behaviour to configuration with native WS.
Triage on 1/14: release note item
Affects: Added: [Release Notes]
Release Notes Docs Status: Added: Documented as Known Issue Writer: Added: dlesage
Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2773 You cannot deploy a single web service to two different URLs. When the WAR file is deployed, the service will be accessible via only one URL. This is different to the behaviour exhibited when the system is configured to use the native web service.
Release note created.
Verified.