This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit e039201e4ee3a9f313a6eda83ba08e8c42b55c50 Author: Daniel Kulp <[email protected]> AuthorDate: Fri Nov 10 09:11:09 2017 -0500 Fix operation style (cherry picked from commit f7f26984d401b76c71f24a20688ee1134ed48ded) --- testutils/src/main/resources/wsdl/swa-mime.wsdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testutils/src/main/resources/wsdl/swa-mime.wsdl b/testutils/src/main/resources/wsdl/swa-mime.wsdl index 24ca459..211c740 100644 --- a/testutils/src/main/resources/wsdl/swa-mime.wsdl +++ b/testutils/src/main/resources/wsdl/swa-mime.wsdl @@ -114,7 +114,7 @@ <wsdl:binding name="SwAServiceBinding" type="tns:SwAServiceInterface"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="echoDataRef"> - <soap:operation soapAction="" style="literal"/> + <soap:operation soapAction="" style="document"/> <wsdl:input> <soap:body parts="data" use="literal"/> </wsdl:input> @@ -123,7 +123,7 @@ </wsdl:output> </wsdl:operation> <wsdl:operation name="echoData"> - <soap:operation soapAction="" style="literal"/> + <soap:operation soapAction="" style="document"/> <wsdl:input> <mime:multipartRelated> <mime:part> @@ -146,7 +146,7 @@ </wsdl:output> </wsdl:operation> <wsdl:operation name="echoDataWithHeader"> - <soap:operation soapAction="" style="literal"/> + <soap:operation soapAction="" style="document"/> <wsdl:input> <mime:multipartRelated> <mime:part> @@ -171,7 +171,7 @@ </wsdl:output> </wsdl:operation> <wsdl:operation name="echoAllAttachmentTypes"> - <soap:operation/> + <soap:operation soapAction="" style="document"/> <wsdl:input> <mime:multipartRelated> <mime:part> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
