dims 2002/09/30 06:55:36 Modified: java/test/wsdl/ram ram.wsdl Log: Fix for Bug 13041 - xml-security is *VERY* picky about namespaces. (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13041) Revision Changes Path 1.2 +1 -1 xml-axis/java/test/wsdl/ram/ram.wsdl Index: ram.wsdl =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/ram/ram.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ram.wsdl 19 Jun 2002 19:11:50 -0000 1.1 +++ ram.wsdl 30 Sep 2002 13:55:36 -0000 1.2 @@ -121,7 +121,7 @@ <wsdl:input> <wsdlsoap:body -encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="validate" +encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ram" use="encoded"/> </wsdl:input>