owenb 2002/06/24 07:49:39
Modified: java/samples/stockquote/wsifservice Stockquote.wsdl
Log:
Added / on to the end of the jms namespace declaration since the new
javax.xml.namespace.QName is not tolerant of a missing trailing /
Revision Changes Path
1.5 +1 -1
xml-axis-wsif/java/samples/stockquote/wsifservice/Stockquote.wsdl
Index: Stockquote.wsdl
===================================================================
RCS file:
/home/cvs/xml-axis-wsif/java/samples/stockquote/wsifservice/Stockquote.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Stockquote.wsdl 20 Jun 2002 11:37:06 -0000 1.4
+++ Stockquote.wsdl 24 Jun 2002 14:49:39 -0000 1.5
@@ -4,7 +4,7 @@
xmlns:tns="http://wsifservice.stockquote/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:jms="http://schemas.xmlsoap.org/wsdl/jms"
+ xmlns:jms="http://schemas.xmlsoap.org/wsdl/jms/"
xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding/"
xmlns:java="http://schemas.xmlsoap.org/wsdl/java/"
xmlns="http://schemas.xmlsoap.org/wsdl/">