Repository: cxf Updated Branches: refs/heads/master 85901843c -> 8c49fe5b3
beautified xml formatting. This closes #186 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8c49fe5b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8c49fe5b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8c49fe5b Branch: refs/heads/master Commit: 8c49fe5b399aa47ec242c6433a070e768c83d82a Parents: 8590184 Author: RainerWasserfuhr <[email protected]> Authored: Tue Oct 25 17:39:32 2016 +0200 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Oct 26 15:41:43 2016 +0100 ---------------------------------------------------------------------- .../src/main/resources/CustomerService.wsdl | 24 +++++++------------- 1 file changed, 8 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8c49fe5b/distribution/src/main/release/samples/wsdl_first/src/main/resources/CustomerService.wsdl ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/wsdl_first/src/main/resources/CustomerService.wsdl b/distribution/src/main/release/samples/wsdl_first/src/main/resources/CustomerService.wsdl index 4603d34..f688148 100644 --- a/distribution/src/main/release/samples/wsdl_first/src/main/resources/CustomerService.wsdl +++ b/distribution/src/main/release/samples/wsdl_first/src/main/resources/CustomerService.wsdl @@ -65,33 +65,25 @@ </xs:schema> </wsdl:types> <wsdl:message name="getCustomersByNameResponse"> - <wsdl:part name="parameters" element="tns:getCustomersByNameResponse"> - </wsdl:part> + <wsdl:part name="parameters" element="tns:getCustomersByNameResponse"/> </wsdl:message> <wsdl:message name="getCustomersByName"> - <wsdl:part name="parameters" element="tns:getCustomersByName"> - </wsdl:part> + <wsdl:part name="parameters" element="tns:getCustomersByName"/> </wsdl:message> <wsdl:message name="updateCustomer"> - <wsdl:part name="parameters" element="tns:updateCustomer"> - </wsdl:part> + <wsdl:part name="parameters" element="tns:updateCustomer"/> </wsdl:message> <wsdl:message name="NoSuchCustomerException"> - <wsdl:part name="NoSuchCustomerException" element="tns:NoSuchCustomer"> - </wsdl:part> + <wsdl:part name="NoSuchCustomerException" element="tns:NoSuchCustomer"/> </wsdl:message> <wsdl:portType name="CustomerService"> <wsdl:operation name="updateCustomer"> - <wsdl:input name="updateCustomer" message="tns:updateCustomer"> - </wsdl:input> + <wsdl:input name="updateCustomer" message="tns:updateCustomer"/> </wsdl:operation> <wsdl:operation name="getCustomersByName"> - <wsdl:input name="getCustomersByName" message="tns:getCustomersByName"> - </wsdl:input> - <wsdl:output name="getCustomersByNameResponse" message="tns:getCustomersByNameResponse"> - </wsdl:output> - <wsdl:fault name="NoSuchCustomerException" message="tns:NoSuchCustomerException"> - </wsdl:fault> + <wsdl:input name="getCustomersByName" message="tns:getCustomersByName"/> + <wsdl:output name="getCustomersByNameResponse" message="tns:getCustomersByNameResponse"/> + <wsdl:fault name="NoSuchCustomerException" message="tns:NoSuchCustomerException"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="CustomerServiceServiceSoapBinding" type="tns:CustomerService">
