1. End Point URL 作用?
End Point URL通过HTTP协议,指向WebService。一般来说,End Point URL 地址包括在被发布的WSDL文件里。
2. End Point URL构成
End Point URL= End Point URL Prefix(前缀) + context root (根目录)+WebService <url-pattern>。
The URL prefix 格式是: protocol://host_name:port_number, 例如: http://myHost:9045.
*注: 什么是 <url-pattern>? 例如:<jsp:forward page="/*.Action"></jsp:forward>, URL-pattern是 /*.Action
3. How to Provide HTTP endpoint URL information?
本文介绍了EndPointURL的作用及其构成方式,详细解释了如何提供HTTP endpoint URL信息,并给出了具体的例子。
1464

被折叠的 条评论
为什么被折叠?



