3.org/TR/wsdl#_http:urlReplacement'>WSDL specification.
Surrounding characters for parts may be parentheses '()' or braces '{}'. Pattern with parentheses is look up first, if found then it's replaced with the part value, else the pattern with braces is look up.
Escaping Considerations Replacement and default values are escaped. All characters except unreserved (as defined by
rfc2396) are escaped.
unreserved = alphanum | mark
mark = "-" | "_" | "." | "!" | "~" | "*" | "'" | "(" | ")"
Rfc2396 is used to be compliant with {@linkplain java.net.URI java.net.URI}.
@author
Alexis Midon