You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2006/11/02 01:04:03 UTC

svn commit: r470143 - /webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl

Author: dims
Date: Wed Nov  1 16:04:02 2006
New Revision: 470143

URL: http://svn.apache.org/viewvc?view=rev&rev=470143
Log:
oops! missed a namespace

Modified:
    webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl?view=diff&rev=470143&r1=470142&r2=470143
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/BookQuote2.wsdl Wed Nov  1 16:04:02 2006
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns:mh="http://www.Monson-Haefel.com/jwsbook/BookQuote" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.Monson-Haefel.com/jwsbook/BookQuote" name="BookQuote">
+<definitions xmlns:mh="http://www.Monson-Haefel.com/jwsbook/BookQuote" 
+             xmlns="http://schemas.xmlsoap.org/wsdl/" 
+             xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
+             xmlns:types="http://www.Monson-Haefel.com/jwsbook/BookQuote/xsd"
+             targetNamespace="http://www.Monson-Haefel.com/jwsbook/BookQuote"
+             name="BookQuote">
     <types>
     <xsd:schema elementFormDefault="qualified"
                 targetNamespace="http://www.Monson-Haefel.com/jwsbook/BookQuote/xsd">



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org