From owner-cvs-ports@FreeBSD.ORG Mon Dec 27 06:33:26 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDF1106564A; Mon, 27 Dec 2010 06:33:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA818FC17; Mon, 27 Dec 2010 06:33:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBR6XQAp043954; Mon, 27 Dec 2010 06:33:26 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBR6XQoa043953; Mon, 27 Dec 2010 06:33:26 GMT (envelope-from wen) Message-Id: <201012270633.oBR6XQoa043953@repoman.freebsd.org> From: Wen Heping Date: Mon, 27 Dec 2010 06:33:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-XML-Compile-SOAP-WSA Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 06:33:26 -0000 wen 2010-12-27 06:33:26 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-XML-Compile-SOAP-WSA Makefile distinfo pkg-descr pkg-plist Log: 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 WWW: http://search.cpan.org/dist/XML-Compile-SOAP-WSA/ PR: ports/152657 Submitted by: Patrick Powell Revision Changes Path 1.2300 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/p5-XML-Compile-SOAP-WSA/Makefile (new) 1.1 +2 -0 ports/net/p5-XML-Compile-SOAP-WSA/distinfo (new) 1.1 +10 -0 ports/net/p5-XML-Compile-SOAP-WSA/pkg-descr (new) 1.1 +18 -0 ports/net/p5-XML-Compile-SOAP-WSA/pkg-plist (new)