Author: dkulp
Date: Mon Aug 11 13:07:34 2008
New Revision: 684898
URL: http://svn.apache.org/viewvc?rev=684898&view=rev
Log:
Fix test failure
Modified:
cxf/branches/2.0.x-fixes/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/expected/expected_hello_mime
Modified:
cxf/branches/2.0.x-fixes/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/expected/expected_hello_mime
URL:
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/expected/expected_hello_mime?rev=684898&r1=684897&r2=684898&view=diff
==============================================================================
---
cxf/branches/2.0.x-fixes/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/expected/expected_hello_mime
(original)
+++
cxf/branches/2.0.x-fixes/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/expected/expected_hello_mime
Mon Aug 11 13:07:34 2008
@@ -35,7 +35,6 @@
public interface Hello {
- @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@WebResult(name = "addressRes", targetNamespace =
"http://apache.org/hello_world_mime/types", partName = "mime")
@WebMethod
public javax.xml.transform.Source address(
@@ -43,7 +42,6 @@
org.apache.cxf.mime.Address mime
);
- @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@WebMethod
public void helloMime(
@WebParam(partName = "body", name = "body", targetNamespace =
"http://apache.org/hello_world_mime/types")
@@ -52,7 +50,6 @@
javax.xml.ws.Holder<java.awt.Image> mime
);
- @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@WebMethod
public void hello(
@WebParam(partName = "body", name = "body", targetNamespace =
"http://apache.org/hello_world_mime/types")