butek 02/02/27 14:08:34 Modified: java/test/wsdl/clash VerifyFilesTestCase.java clash.wsdl Log: Now that Glen/Tom are getting doc/lit working, the clash test, which has a doc/lit binding, doesn't work. It was pure luck that it worked before. For the short term I'll comment out the doc/lit binding, though I still think we need it for a proper test. That's future work... Revision Changes Path 1.3 +0 -4 xml-axis/java/test/wsdl/clash/VerifyFilesTestCase.java Index: VerifyFilesTestCase.java =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/clash/VerifyFilesTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- VerifyFilesTestCase.java 5 Feb 2002 16:22:40 -0000 1.2 +++ VerifyFilesTestCase.java 27 Feb 2002 22:08:34 -0000 1.3 @@ -82,10 +82,6 @@ set.add("NonSharedNameImpl.java"); set.add("NonSharedNameSkeleton.java"); set.add("NonSharedNameStub.java"); - set.add("SharedName_Binding.java"); - set.add("SharedName_BindingImpl.java"); - set.add("SharedName_BindingSkeleton.java"); - set.add("SharedName_BindingStub.java"); set.add("SharedName_Port.java"); set.add("SharedName_Service.java"); set.add("SharedName_ServiceLocator.java"); 1.5 +4 -0 xml-axis/java/test/wsdl/clash/clash.wsdl Index: clash.wsdl =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/clash/clash.wsdl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clash.wsdl 15 Feb 2002 18:20:10 -0000 1.4 +++ clash.wsdl 27 Feb 2002 22:08:34 -0000 1.5 @@ -114,6 +114,7 @@ </operation> </binding> +<!-- don't do this one just yet... <binding name="sharedName" type="tns:literalPort"> <soap:binding style="rpc" @@ -143,6 +144,7 @@ </output> </operation> </binding> +--> <binding name="anotherNonSharedName" type="tns:sharedName"> <soap:binding @@ -182,9 +184,11 @@ <port name="anotherNonSharedName" binding="tns:anotherNonSharedName"> <soap:address location="http://localhost:8080/axis/services/anotherNonSharedName"/> </port> +<!-- don't do this just yet... <port name="sharedName" binding="tns:sharedName"> <soap:address location="http://localhost:8080/axis/services/sharedName"/> </port> +--> </service> </definitions>