owenb 2002/06/24 08:19:58
Modified: java/test/shop ShoppingCartAll.wsdl
Log:
Added / on to the end of the format namespace declaration since the new
javax.xml.namespace.QName is not tolerant of a missing trailing /
Revision Changes Path
1.2 +1 -1 xml-axis-wsif/java/test/shop/ShoppingCartAll.wsdl
Index: ShoppingCartAll.wsdl
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/shop/ShoppingCartAll.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ShoppingCartAll.wsdl 6 Jun 2002 08:28:59 -0000 1.1
+++ ShoppingCartAll.wsdl 24 Jun 2002 15:19:58 -0000 1.2
@@ -4,7 +4,7 @@
xmlns:tns="http://www.shoppingcart.com/definitions/ShoppingCartInterface"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
- xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding"
+ xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding/"
xmlns:ejb="http://schemas.xmlsoap.org/wsdl/ejb/"
xmlns:java="http://schemas.xmlsoap.org/wsdl/java/"
xmlns:typens="http://www.shoppingcart.com/schemas/ShoppingCartInterface" >