diff --git a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java index 777e3fd5..d9181630 100644 --- a/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java +++ b/core/src/main/java/org/springframework/ws/server/endpoint/mapping/UriEndpointMapping.java @@ -38,7 +38,7 @@ import org.springframework.ws.transport.context.TransportContextHolder; * http://example.com:8080/services/bookFlight=bookFlightEndpoint * jms://exampleQueue=getFlightsEndpoint * - * The syntax is SOAP_ACTION=ENDPOINT_BEAN_NAME. + * The syntax is URI=ENDPOINT_BEAN_NAME. *

* This endpoint mapping does not read from the request message, and therefore is more suitable for message factories * which directly read from the transport request (such as the {@link AxiomSoapMessageFactory} with the