Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
485 B
Text
8 lines
485 B
Text
The Web Service Addressing protocol is used to select certain service
|
|
and port on a SOAP server, just like the "Host" header in "HTTP".
|
|
|
|
The basic SOAP design uses the URI and the "soapAction" header of HTTP
|
|
(in case it uses HTTP, by far the most often used transport mechanism)
|
|
However, when the server is hidden behind firewalls and proxies, these
|
|
fields are rewritten or replaced. This means that the definitions by
|
|
the WSDL for the client can differ from the configuration of the
|