You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2007/02/06 13:43:39 UTC

svn commit: r504111 - /incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl

Author: rineholt
Date: Tue Feb  6 04:43:38 2007
New Revision: 504111

URL: http://svn.apache.org/viewvc?view=rev&rev=504111
Log:
wsdl fixes

Modified:
    incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl

Modified: incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl?view=diff&rev=504111&r1=504110&r2=504111
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl (original)
+++ incubator/tuscany/java/testing/sca/itest/exceptionTestsWSClient/src/main/resources/wsdl/StockExceptionTest.wsdl Tue Feb  6 04:43:38 2007
@@ -24,10 +24,10 @@
     <wsdl:types>
         <schema targetNamespace="http://scatesttool.stockexceptiontestservice" xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-            <complexType name=StockOffer>
+            <complexType name="StockOffer">
                     <sequence>
                         <element name="symbol" minOccurs="1" type="xsd:string" />
-                        <element name="price" minOccurs="1" type="xsd:float nillable="true" /> <!-- max price reqested, actual response -->
+                        <element name="price" minOccurs="1" type="xsd:float" nillable="true" /> <!-- max price reqested, actual response -->
                         <element name="name" minOccurs="0" type="xsd:string" />
                     </sequence>
             </complexType>
@@ -47,7 +47,7 @@
                 </complexType>
             </element>
             
-            <!- Faults -->
+            <!-- Faults -->
             <element name="InvalidSymbolFault">
                 <complexType>
                     <sequence>



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