Modified: 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl?view=diff&rev=539517&r1=539516&r2=539517
==============================================================================
--- 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
 (original)
+++ 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
 Fri May 18 09:39:38 2007
@@ -1,394 +1,394 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/";
-                 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
-                 xmlns:tns="http://apache.org/hello_world_soap_http";
-                 xmlns:x1="http://apache.org/hello_world_soap_http/types";
-                 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
-                 xmlns:xsd="http://www.w3.org/2001/XMLSchema";
-                 targetNamespace="http://apache.org/hello_world_soap_http"; 
name="HelloWorld">
-    <wsdl:types>
-       <schema targetNamespace="http://apache.org/hello_world_soap_http/types"; 
xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:x1="http://apache.org/hello_world_soap_http/types"; 
elementFormDefault="qualified">
-           <element name="sayHi">
-               <complexType/>
-           </element>
-           <element name="sayHiResponse">
-               <complexType>
-                   <sequence>
-                       <element name="responseType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMe">
-               <complexType>
-                   <sequence>
-                       <element name="requestType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMeResponse">
-               <complexType>
-                   <sequence>
-                       <element name="responseType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-
-           <element name="testNillable">
-               <complexType>
-                   <sequence>
-                       <element name="NillElem" nillable="true" type="string"/>
-                       <element name="intElem" type="int"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="testNillableResponse">
-               <complexType>
-                   <sequence>
-                       <element name="responseType" nillable="true" 
type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-
-           <element name="greetMeLater">
-               <complexType>
-                   <sequence>
-                       <element name="requestType" type="long"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMeLaterResponse">
-               <complexType>
-                   <sequence>
-                       <element name="responseType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMeSometime">
-               <complexType>
-                   <sequence>
-                       <element name="requestType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMeSometimeResponse">
-               <complexType>
-                   <sequence>
-                       <element name="responseType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="greetMeOneWay">
-               <complexType>
-                   <sequence>
-                       <element name="requestType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="testDocLitFault">
-               <complexType>
-                   <sequence>
-                       <element name="faultType" type="string"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="testDocLitFaultResponse">
-               <complexType>
-                   <sequence/>
-               </complexType>
-           </element>
-           <complexType name="ErrorCode">
-               <sequence>
-                   <element name="minor" type="short"/>
-                   <element name="major" type="short"/>
-               </sequence>
-           </complexType>
-           <element name="NoSuchCodeLit">
-               <complexType>
-                   <sequence>
-                       <element name="code" type="x1:ErrorCode"/>
-                   </sequence>
-               </complexType>
-           </element>
-           <element name="BadRecordLit" type="string"/>
-           <complexType name="BadRecord">
-               <sequence>
-                   <element name="reason" type="string"/>
-                   <element name="code" type="short"/>
-               </sequence>
-           </complexType>
-           <complexType name="addNumbers">
-               <sequence>
-                   <element name="arg0" type="int"/>
-                   <element name="arg1" type="int"/>
-               </sequence>
-           </complexType>
-           <element name="addNumbers" type="x1:addNumbers"/>
-           <complexType name="addNumbersResponse">
-               <sequence>
-                   <element name="return" type="int"/>
-               </sequence>
-           </complexType>
-           <element name="addNumbersResponse" type="x1:addNumbersResponse"/>
-           <complexType name="stringStruct">
-               <sequence>
-                   <element name="arg0" type="string"/>
-                   <element name="arg1" type="string"/>
-               </sequence>
-           </complexType>
-           <element name="BareDocument" type="string"/>
-           <element name="BareDocumentResponse">
-               <complexType>
-                   <sequence>
-                       <element name="company" type="string"/>
-                   </sequence>
-                   <attribute name="id" type="int"/>
-               </complexType>
-           </element>      
-       </schema>
-    </wsdl:types>
-    <wsdl:message name="sayHiRequest">
-       <wsdl:part name="in" element="x1:sayHi"/>
-    </wsdl:message>
-    <wsdl:message name="sayHiResponse">
-       <wsdl:part name="out" element="x1:sayHiResponse"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeRequest">
-       <wsdl:part name="in" element="x1:greetMe"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeResponse">
-       <wsdl:part name="out" element="x1:greetMeResponse"/>
-    </wsdl:message>
-    <wsdl:message name="testNillableRequest">
-       <wsdl:part name="in" element="x1:testNillable"/>
-    </wsdl:message>
-    <wsdl:message name="testNillableResponse">
-       <wsdl:part name="out" element="x1:testNillableResponse"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeLaterRequest">
-       <wsdl:part name="in" element="x1:greetMeLater"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeLaterResponse">
-       <wsdl:part name="out" element="x1:greetMeLaterResponse"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeSometimeRequest">
-       <wsdl:part name="in" element="x1:greetMeSometime"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeSometimeResponse">
-       <wsdl:part name="out" element="x1:greetMeSometimeResponse"/>
-    </wsdl:message>
-    <wsdl:message name="greetMeOneWayRequest">
-       <wsdl:part name="in" element="x1:greetMeOneWay"/>
-    </wsdl:message>
-    <wsdl:message name="testDocLitFaultRequest">
-       <wsdl:part name="in" element="x1:testDocLitFault"/>
-    </wsdl:message>
-    <wsdl:message name="testDocLitFaultResponse">
-       <wsdl:part name="out" element="x1:testDocLitFaultResponse"/>
-    </wsdl:message>
-    <wsdl:message name="NoSuchCodeLitFault">
-       <wsdl:part name="NoSuchCodeLit" element="x1:NoSuchCodeLit"/>
-    </wsdl:message>
-    <wsdl:message name="BadRecordLitFault">
-       <wsdl:part name="BadRecordLit" element="x1:BadRecordLit"/>
-    </wsdl:message>
-    <wsdl:message name="testDocLitBareRequest">
-       <wsdl:part name="in" element="x1:BareDocument"/>
-    </wsdl:message>
-    <wsdl:message name="testDocLitBareResponse">
-       <wsdl:part name="out" element="x1:BareDocumentResponse"/>
-    </wsdl:message> 
-    <wsdl:portType name="Greeter">
-       <wsdl:operation name="sayHi">
-           <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
-           <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
-       </wsdl:operation>
-       <wsdl:operation name="greetMe">
-           <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
-           <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
-       </wsdl:operation>
-       <wsdl:operation name="testNillable">
-           <wsdl:input name="testNillableRequest" 
message="tns:testNillableRequest"/>
-           <wsdl:output name="testNillableResponse" 
message="tns:testNillableResponse"/>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeLater">
-           <wsdl:input name="greetMeLaterRequest" 
message="tns:greetMeLaterRequest"/>
-           <wsdl:output name="greetMeLaterResponse" 
message="tns:greetMeLaterResponse"/>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeSometime">
-           <wsdl:input name="greetMeSometimeRequest" 
message="tns:greetMeSometimeRequest"/>
-           <wsdl:output name="greetMeSometimeResponse" 
message="tns:greetMeSometimeResponse"/>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeOneWay">
-           <wsdl:input name="greetMeOneWayRequest" 
message="tns:greetMeOneWayRequest"/>
-       </wsdl:operation>
-       <wsdl:operation name="testDocLitFault">
-           <wsdl:input name="testDocLitFaultRequest" 
message="tns:testDocLitFaultRequest"/>
-           <wsdl:output name="testDocLitFaultResponse" 
message="tns:testDocLitFaultResponse"/>
-           <wsdl:fault name="NoSuchCodeLitFault" 
message="tns:NoSuchCodeLitFault"/>
-           <wsdl:fault name="BadRecordLitFault" 
message="tns:BadRecordLitFault"/>
-       </wsdl:operation>
-
-    </wsdl:portType>
-
-    <wsdl:portType name="DocLitBare">
-       <wsdl:operation name="testDocLitBare">
-           <wsdl:input name="testDocLitBareRequest" 
message="tns:testDocLitBareRequest"/>
-           <wsdl:output name="testDocLitBareResponse" 
message="tns:testDocLitBareResponse"/>
-       </wsdl:operation>       
-    </wsdl:portType>
-    <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter">
-       <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
-       <wsdl:operation name="sayHi">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-       <wsdl:operation name="greetMe">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-       <wsdl:operation name="testNillable">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeLater">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeSometime">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-       <wsdl:operation name="greetMeOneWay">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-       </wsdl:operation>
-       <wsdl:operation name="testDocLitFault">
-           <soap:operation style="document"/>
-           <wsdl:input>
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output>
-               <soap:body use="literal"/>
-           </wsdl:output>
-           <wsdl:fault name="NoSuchCodeLitFault">
-               <soap:fault name="NoSuchCodeLitFault" use="literal"/>
-           </wsdl:fault>
-           <wsdl:fault name="BadRecordLitFault">
-               <soap:fault name="BadRecordLitFault" use="literal"/>
-           </wsdl:fault>
-       </wsdl:operation>
-
-    </wsdl:binding>
-    <wsdl:binding name="Doc_Lit_Bare_SOAPBinding" type="tns:DocLitBare">
-       <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
-       <wsdl:operation name="testDocLitBare">
-           <soap:operation style="document" 
soapAction="http://apache.org/hello_world_soap_http/testDocLitBare"/>
-           <wsdl:input name="testDocLitBareRequest">
-               <soap:body use="literal"/>
-           </wsdl:input>
-           <wsdl:output name="testDocLitBareResponse">
-               <soap:body use="literal"/>
-           </wsdl:output>
-       </wsdl:operation>
-    </wsdl:binding>
-
-
-    <wsdl:service name="SOAPService">
-       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:9000/SoapContext/SoapPort"/>
-       </wsdl:port>
-
-       <wsdl:port name="SoapPort1" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:7000/SoapContext/SoapPort"/>
-       </wsdl:port>
-    </wsdl:service>
-
-    <wsdl:service name="SOAPProviderService">
-       <wsdl:port name="SoapProviderPort" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:9003/SoapContext/SoapProviderPort"/>
-       </wsdl:port>
-    </wsdl:service>
-
-    <wsdl:service name="SOAPDispatchService">
-       <wsdl:port name="SoapDispatchPort" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:9006/SOAPDispatchService/SoapDispatchPort"/>
-       </wsdl:port>
-    </wsdl:service>
-
-    <wsdl:service name="SOAPService_DocLitBare">
-       <wsdl:port name="SoapPort2" binding="tns:Doc_Lit_Bare_SOAPBinding">
-           <soap:address 
location="http://localhost:7600/SoapContext/SoapPort"/>
-       </wsdl:port>
-    </wsdl:service>
-    <wsdl:service name="SOAPServiceAddressingDocLitBare">
-       <wsdl:port name="SoapPort" binding="tns:Doc_Lit_Bare_SOAPBinding">
-           <soap:address 
location="http://localhost:7600/SoapContext/SoapPort"/>
-           <wswa:UsingAddressing 
xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
-       </wsdl:port>
-    </wsdl:service>
-    <wsdl:service name="SOAPService_Test1">
-       <wsdl:port name="SoapPort_Test1" binding="tns:Greeter_SOAPBinding">
-           <soap:address location="http://localhost:9100"/>
-       </wsdl:port>
-       <wsdl:port name="SoapPort_Test2" binding="tns:Greeter_SOAPBinding">
-           <soap:address location="http://localhost:9101"/>
-       </wsdl:port>
-    </wsdl:service>
-    <wsdl:service name="SOAPServiceAddressing">
-       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:9008/SoapContext/SoapPort"/>
-           <wswa:UsingAddressing 
xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
-       </wsdl:port>
-    </wsdl:service>
-    <wsdl:service name="SOAPServiceConcurrencyTest">
-       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
-           <soap:address 
location="http://localhost:9009/SoapContext/SoapPort"/>
-       </wsdl:port>
-    </wsdl:service>
-</wsdl:definitions>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/";
+                 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
+                 xmlns:tns="http://apache.org/hello_world_soap_http";
+                 xmlns:x1="http://apache.org/hello_world_soap_http/types";
+                 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
+                 xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+                 targetNamespace="http://apache.org/hello_world_soap_http"; 
name="HelloWorld">
+    <wsdl:types>
+       <schema targetNamespace="http://apache.org/hello_world_soap_http/types"; 
xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:x1="http://apache.org/hello_world_soap_http/types"; 
elementFormDefault="qualified">
+           <element name="sayHi">
+               <complexType/>
+           </element>
+           <element name="sayHiResponse">
+               <complexType>
+                   <sequence>
+                       <element name="responseType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMe">
+               <complexType>
+                   <sequence>
+                       <element name="requestType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMeResponse">
+               <complexType>
+                   <sequence>
+                       <element name="responseType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+
+           <element name="testNillable">
+               <complexType>
+                   <sequence>
+                       <element name="NillElem" nillable="true" type="string"/>
+                       <element name="intElem" type="int"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="testNillableResponse">
+               <complexType>
+                   <sequence>
+                       <element name="responseType" nillable="true" 
type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+
+           <element name="greetMeLater">
+               <complexType>
+                   <sequence>
+                       <element name="requestType" type="long"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMeLaterResponse">
+               <complexType>
+                   <sequence>
+                       <element name="responseType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMeSometime">
+               <complexType>
+                   <sequence>
+                       <element name="requestType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMeSometimeResponse">
+               <complexType>
+                   <sequence>
+                       <element name="responseType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="greetMeOneWay">
+               <complexType>
+                   <sequence>
+                       <element name="requestType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="testDocLitFault">
+               <complexType>
+                   <sequence>
+                       <element name="faultType" type="string"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="testDocLitFaultResponse">
+               <complexType>
+                   <sequence/>
+               </complexType>
+           </element>
+           <complexType name="ErrorCode">
+               <sequence>
+                   <element name="minor" type="short"/>
+                   <element name="major" type="short"/>
+               </sequence>
+           </complexType>
+           <element name="NoSuchCodeLit">
+               <complexType>
+                   <sequence>
+                       <element name="code" type="x1:ErrorCode"/>
+                   </sequence>
+               </complexType>
+           </element>
+           <element name="BadRecordLit" type="string"/>
+           <complexType name="BadRecord">
+               <sequence>
+                   <element name="reason" type="string"/>
+                   <element name="code" type="short"/>
+               </sequence>
+           </complexType>
+           <complexType name="addNumbers">
+               <sequence>
+                   <element name="arg0" type="int"/>
+                   <element name="arg1" type="int"/>
+               </sequence>
+           </complexType>
+           <element name="addNumbers" type="x1:addNumbers"/>
+           <complexType name="addNumbersResponse">
+               <sequence>
+                   <element name="return" type="int"/>
+               </sequence>
+           </complexType>
+           <element name="addNumbersResponse" type="x1:addNumbersResponse"/>
+           <complexType name="stringStruct">
+               <sequence>
+                   <element name="arg0" type="string"/>
+                   <element name="arg1" type="string"/>
+               </sequence>
+           </complexType>
+           <element name="BareDocument" type="string"/>
+           <element name="BareDocumentResponse">
+               <complexType>
+                   <sequence>
+                       <element name="company" type="string"/>
+                   </sequence>
+                   <attribute name="id" type="int"/>
+               </complexType>
+           </element>      
+       </schema>
+    </wsdl:types>
+    <wsdl:message name="sayHiRequest">
+       <wsdl:part name="in" element="x1:sayHi"/>
+    </wsdl:message>
+    <wsdl:message name="sayHiResponse">
+       <wsdl:part name="out" element="x1:sayHiResponse"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeRequest">
+       <wsdl:part name="in" element="x1:greetMe"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeResponse">
+       <wsdl:part name="out" element="x1:greetMeResponse"/>
+    </wsdl:message>
+    <wsdl:message name="testNillableRequest">
+       <wsdl:part name="in" element="x1:testNillable"/>
+    </wsdl:message>
+    <wsdl:message name="testNillableResponse">
+       <wsdl:part name="out" element="x1:testNillableResponse"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeLaterRequest">
+       <wsdl:part name="in" element="x1:greetMeLater"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeLaterResponse">
+       <wsdl:part name="out" element="x1:greetMeLaterResponse"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeSometimeRequest">
+       <wsdl:part name="in" element="x1:greetMeSometime"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeSometimeResponse">
+       <wsdl:part name="out" element="x1:greetMeSometimeResponse"/>
+    </wsdl:message>
+    <wsdl:message name="greetMeOneWayRequest">
+       <wsdl:part name="in" element="x1:greetMeOneWay"/>
+    </wsdl:message>
+    <wsdl:message name="testDocLitFaultRequest">
+       <wsdl:part name="in" element="x1:testDocLitFault"/>
+    </wsdl:message>
+    <wsdl:message name="testDocLitFaultResponse">
+       <wsdl:part name="out" element="x1:testDocLitFaultResponse"/>
+    </wsdl:message>
+    <wsdl:message name="NoSuchCodeLitFault">
+       <wsdl:part name="NoSuchCodeLit" element="x1:NoSuchCodeLit"/>
+    </wsdl:message>
+    <wsdl:message name="BadRecordLitFault">
+       <wsdl:part name="BadRecordLit" element="x1:BadRecordLit"/>
+    </wsdl:message>
+    <wsdl:message name="testDocLitBareRequest">
+       <wsdl:part name="in" element="x1:BareDocument"/>
+    </wsdl:message>
+    <wsdl:message name="testDocLitBareResponse">
+       <wsdl:part name="out" element="x1:BareDocumentResponse"/>
+    </wsdl:message> 
+    <wsdl:portType name="Greeter">
+       <wsdl:operation name="sayHi">
+           <wsdl:input name="sayHiRequest" message="tns:sayHiRequest"/>
+           <wsdl:output name="sayHiResponse" message="tns:sayHiResponse"/>
+       </wsdl:operation>
+       <wsdl:operation name="greetMe">
+           <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
+           <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
+       </wsdl:operation>
+       <wsdl:operation name="testNillable">
+           <wsdl:input name="testNillableRequest" 
message="tns:testNillableRequest"/>
+           <wsdl:output name="testNillableResponse" 
message="tns:testNillableResponse"/>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeLater">
+           <wsdl:input name="greetMeLaterRequest" 
message="tns:greetMeLaterRequest"/>
+           <wsdl:output name="greetMeLaterResponse" 
message="tns:greetMeLaterResponse"/>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeSometime">
+           <wsdl:input name="greetMeSometimeRequest" 
message="tns:greetMeSometimeRequest"/>
+           <wsdl:output name="greetMeSometimeResponse" 
message="tns:greetMeSometimeResponse"/>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeOneWay">
+           <wsdl:input name="greetMeOneWayRequest" 
message="tns:greetMeOneWayRequest"/>
+       </wsdl:operation>
+       <wsdl:operation name="testDocLitFault">
+           <wsdl:input name="testDocLitFaultRequest" 
message="tns:testDocLitFaultRequest"/>
+           <wsdl:output name="testDocLitFaultResponse" 
message="tns:testDocLitFaultResponse"/>
+           <wsdl:fault name="NoSuchCodeLitFault" 
message="tns:NoSuchCodeLitFault"/>
+           <wsdl:fault name="BadRecordLitFault" 
message="tns:BadRecordLitFault"/>
+       </wsdl:operation>
+
+    </wsdl:portType>
+
+    <wsdl:portType name="DocLitBare">
+       <wsdl:operation name="testDocLitBare">
+           <wsdl:input name="testDocLitBareRequest" 
message="tns:testDocLitBareRequest"/>
+           <wsdl:output name="testDocLitBareResponse" 
message="tns:testDocLitBareResponse"/>
+       </wsdl:operation>       
+    </wsdl:portType>
+    <wsdl:binding name="Greeter_SOAPBinding" type="tns:Greeter">
+       <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
+       <wsdl:operation name="sayHi">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+       <wsdl:operation name="greetMe">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+       <wsdl:operation name="testNillable">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeLater">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeSometime">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+       <wsdl:operation name="greetMeOneWay">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+       </wsdl:operation>
+       <wsdl:operation name="testDocLitFault">
+           <soap:operation style="document"/>
+           <wsdl:input>
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output>
+               <soap:body use="literal"/>
+           </wsdl:output>
+           <wsdl:fault name="NoSuchCodeLitFault">
+               <soap:fault name="NoSuchCodeLitFault" use="literal"/>
+           </wsdl:fault>
+           <wsdl:fault name="BadRecordLitFault">
+               <soap:fault name="BadRecordLitFault" use="literal"/>
+           </wsdl:fault>
+       </wsdl:operation>
+
+    </wsdl:binding>
+    <wsdl:binding name="Doc_Lit_Bare_SOAPBinding" type="tns:DocLitBare">
+       <soap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/http"/>
+       <wsdl:operation name="testDocLitBare">
+           <soap:operation style="document" 
soapAction="http://apache.org/hello_world_soap_http/testDocLitBare"/>
+           <wsdl:input name="testDocLitBareRequest">
+               <soap:body use="literal"/>
+           </wsdl:input>
+           <wsdl:output name="testDocLitBareResponse">
+               <soap:body use="literal"/>
+           </wsdl:output>
+       </wsdl:operation>
+    </wsdl:binding>
+
+
+    <wsdl:service name="SOAPService">
+       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:9000/SoapContext/SoapPort"/>
+       </wsdl:port>
+
+       <wsdl:port name="SoapPort1" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:7000/SoapContext/SoapPort"/>
+       </wsdl:port>
+    </wsdl:service>
+
+    <wsdl:service name="SOAPProviderService">
+       <wsdl:port name="SoapProviderPort" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:9003/SoapContext/SoapProviderPort"/>
+       </wsdl:port>
+    </wsdl:service>
+
+    <wsdl:service name="SOAPDispatchService">
+       <wsdl:port name="SoapDispatchPort" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:9006/SOAPDispatchService/SoapDispatchPort"/>
+       </wsdl:port>
+    </wsdl:service>
+
+    <wsdl:service name="SOAPService_DocLitBare">
+       <wsdl:port name="SoapPort2" binding="tns:Doc_Lit_Bare_SOAPBinding">
+           <soap:address 
location="http://localhost:7600/SoapContext/SoapPort"/>
+       </wsdl:port>
+    </wsdl:service>
+    <wsdl:service name="SOAPServiceAddressingDocLitBare">
+       <wsdl:port name="SoapPort" binding="tns:Doc_Lit_Bare_SOAPBinding">
+           <soap:address 
location="http://localhost:7600/SoapContext/SoapPort"/>
+           <wswa:UsingAddressing 
xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
+       </wsdl:port>
+    </wsdl:service>
+    <wsdl:service name="SOAPService_Test1">
+       <wsdl:port name="SoapPort_Test1" binding="tns:Greeter_SOAPBinding">
+           <soap:address location="http://localhost:9100"/>
+       </wsdl:port>
+       <wsdl:port name="SoapPort_Test2" binding="tns:Greeter_SOAPBinding">
+           <soap:address location="http://localhost:9101"/>
+       </wsdl:port>
+    </wsdl:service>
+    <wsdl:service name="SOAPServiceAddressing">
+       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:9008/SoapContext/SoapPort"/>
+           <wswa:UsingAddressing 
xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
+       </wsdl:port>
+    </wsdl:service>
+    <wsdl:service name="SOAPServiceConcurrencyTest">
+       <wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
+           <soap:address 
location="http://localhost:9009/SoapContext/SoapPort"/>
+       </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>
+

Propchange: 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/cxf/trunk/tools/wsdlto/core/src/test/java/org/apache/cxf/tools/wsdlto/hello_world.wsdl
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml?view=diff&rev=539517&r1=539516&r2=539517
==============================================================================
--- 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
 (original)
+++ 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
 Fri May 18 09:39:38 2007
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<plugin name="jaxb" version="" provider="cxf.apache.org" 
xmlns="http://cxf.apache.org/tools/plugin";>
-    <databinding name="jaxb" 
package="org.apache.cxf.tools.wsdlto.databinding.jaxb" 
profile="JAXBDataBinding"/>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<plugin name="jaxb" version="" provider="cxf.apache.org" 
xmlns="http://cxf.apache.org/tools/plugin";>
+    <databinding name="jaxb" 
package="org.apache.cxf.tools.wsdlto.databinding.jaxb" 
profile="JAXBDataBinding"/>
 </plugin>

Propchange: 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml?view=diff&rev=539517&r1=539516&r2=539517
==============================================================================
--- 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
 (original)
+++ 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
 Fri May 18 09:39:38 2007
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<plugin name="jaxws" version="" provider="cxf.apache.org" 
xmlns="http://cxf.apache.org/tools/plugin";>
-    <frontend name="jaxws" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
-       <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
-       <processor name="WSDLToJavaProcessor" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
-       <builder name="JAXWSDefinitionBuilder" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
-       <generators 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
-           <generator name="AntGenerator"/>
-           <generator name="ClientGenerator"/>
-           <generator name="FaultGenerator"/>
-           <generator name="ImplGenerator"/>
-           <generator name="SEIGenerator"/>
-           <generator name="ServerGenerator"/>
-           <generator name="ServiceGenerator"/>
-       </generators>
-    </frontend>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<plugin name="jaxws" version="" provider="cxf.apache.org" 
xmlns="http://cxf.apache.org/tools/plugin";>
+    <frontend name="jaxws" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws" profile="JAXWSProfile">
+       <container name="JAXWSContainer" toolspec="jaxws-toolspec.xml"/>
+       <processor name="WSDLToJavaProcessor" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.processor"/>
+       <builder name="JAXWSDefinitionBuilder" 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11"/>
+       <generators 
package="org.apache.cxf.tools.wsdlto.frontend.jaxws.generators">
+           <generator name="AntGenerator"/>
+           <generator name="ClientGenerator"/>
+           <generator name="FaultGenerator"/>
+           <generator name="ImplGenerator"/>
+           <generator name="SEIGenerator"/>
+           <generator name="ServerGenerator"/>
+           <generator name="ServiceGenerator"/>
+       </generators>
+    </frontend>
 </plugin>

Propchange: 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/resources/META-INF/tools-plugin.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: 
incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java?view=diff&rev=539517&r1=539516&r2=539517
==============================================================================
--- 
incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java
 (original)
+++ 
incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java
 Fri May 18 09:39:38 2007
@@ -1,191 +1,191 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.cxf.tools.wsdlto.jaxws;
-
-import java.io.File;
-import java.net.URISyntaxException;
-import java.util.Arrays;
-import java.util.List;
-import java.util.Map;
-
-import org.apache.cxf.tools.common.FrontEndGenerator;
-import org.apache.cxf.tools.common.ProcessorTestBase;
-import org.apache.cxf.tools.common.ToolConstants;
-import org.apache.cxf.tools.common.ToolContext;
-import org.apache.cxf.tools.common.model.JavaInterface;
-import org.apache.cxf.tools.common.model.JavaMethod;
-import org.apache.cxf.tools.common.model.JavaModel;
-import org.apache.cxf.tools.common.model.JavaPort;
-import org.apache.cxf.tools.common.model.JavaServiceClass;
-import org.apache.cxf.tools.wsdlto.core.DataBindingProfile;
-import org.apache.cxf.tools.wsdlto.core.FrontEndProfile;
-import org.apache.cxf.tools.wsdlto.core.PluginLoader;
-import org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSContainer;
-import org.junit.Test;
-
-public class JAXWSContainerTest extends ProcessorTestBase {
-
-    @Test    
-    public void testCodeGen() {
-        try {
-            JAXWSContainer container = new JAXWSContainer(null);
-            ToolContext context = new ToolContext();
-
-            // By default we only generate the SEI/Types/Exception 
classes/Service Class(client stub)
-            // Uncomment to generate the impl class
-            // context.put(ToolConstants.CFG_IMPL, "impl");
-        
-            // Uncomment to compile the generated classes
-            // context.put(ToolConstants.CFG_COMPILE, 
ToolConstants.CFG_COMPILE);
-            
-            // Where to put the compiled classes
-            // context.put(ToolConstants.CFG_CLASSDIR, 
output.getCanonicalPath() + "/classes");
-
-            // Where to put the generated source code
-            context.put(ToolConstants.CFG_OUTPUTDIR, 
output.getCanonicalPath());
-
-            context.put(ToolConstants.CFG_WSDLURL, 
getLocation("/wsdl2java_wsdl/hello_world.wsdl"));
-
-            // Delegate jaxb to generate the type classes
-            context.put(DataBindingProfile.class, 
PluginLoader.getInstance().getDataBindingProfile("jaxb"));
-            context.put(FrontEndProfile.class, 
PluginLoader.getInstance().getFrontEndProfile("jaxws"));
-
-            // In case you want to remove some generators
-            List<String> generatorNames = Arrays.asList(new 
String[]{ToolConstants.CLT_GENERATOR,
-                                                                     
ToolConstants.SVR_GENERATOR,
-                                                                     
ToolConstants.IMPL_GENERATOR,
-                                                                     
ToolConstants.ANT_GENERATOR,
-                                                                     
ToolConstants.SERVICE_GENERATOR,
-                                                                     
ToolConstants.FAULT_GENERATOR,
-                                                                     
ToolConstants.SEI_GENERATOR});
-            FrontEndProfile frontend = context.get(FrontEndProfile.class);
-            List<FrontEndGenerator> generators = frontend.getGenerators();
-            for (FrontEndGenerator generator : generators) {
-                assertTrue(generatorNames.contains(generator.getName()));
-            }
-
-            container.setContext(context);
-            // Now shoot
-            container.execute();
-
-            // At this point you should be able to get the
-            // SEI/Service(Client stub)/Exception classes/Types classes
-            assertNotNull(output.list());
-            assertEquals(1, output.list().length);
-
-            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/Greeter.java").exists());
-            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/SOAPService.java").exists());
-            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/NoSuchCodeLitFault.java").exists());
-            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/types/SayHi.java").exists());
-            assertTrue(new File(output,
-                                
"org/apache/hello_world_soap_http/types/GreetMe.java").exists());
-
-            // Now you can get the JavaModel from the context.
-            JavaModel javaModel = context.get(JavaModel.class);
-
-            Map<String, JavaInterface> interfaces = javaModel.getInterfaces();
-            assertEquals(1, interfaces.size());
-
-            JavaInterface intf = interfaces.values().iterator().next();
-            assertEquals("http://apache.org/hello_world_soap_http";, 
intf.getNamespace());
-            assertEquals("Greeter", intf.getName());
-            assertEquals("org.apache.hello_world_soap_http", 
intf.getPackageName());
-
-            List<JavaMethod> methods = intf.getMethods();
-            assertEquals(6, methods.size());
-            JavaMethod m1 = methods.get(0);
-            assertEquals("testDocLitFault", m1.getName());
-        } catch (Exception e) {
-            e.printStackTrace();
-        }
-    }
-    
-    @Test    
-    public void testSuppressCodeGen() {
-        try {
-            JAXWSContainer container = new JAXWSContainer(null);
-            ToolContext context = new ToolContext();
-
-            // Do not generate any artifacts, we just want the code model.
-            context.put(ToolConstants.CFG_SUPPRESS_GEN, "suppress");
-
-            // Where to put the generated source code
-            context.put(ToolConstants.CFG_OUTPUTDIR, 
output.getCanonicalPath());
-
-            context.put(ToolConstants.CFG_WSDLURL, 
getLocation("/wsdl2java_wsdl/hello_world.wsdl"));
-
-            // Delegate jaxb to generate the type classes
-            context.put(DataBindingProfile.class, 
PluginLoader.getInstance().getDataBindingProfile("jaxb"));
-            context.put(FrontEndProfile.class, 
PluginLoader.getInstance().getFrontEndProfile("jaxws"));
-
-            container.setContext(context);
-            // Now shoot
-            container.execute();
-
-            // At this point you should be able to get the
-            // SEI/Service(Client stub)/Exception classes/Types classes
-            assertNotNull(output.list());
-            assertEquals(0, output.list().length);
-
-            // Now you can get the JavaModel from the context.
-            JavaModel javaModel = context.get(JavaModel.class);
-
-            Map<String, JavaInterface> interfaces = javaModel.getInterfaces();
-            assertEquals(1, interfaces.size());
-
-            JavaInterface intf = interfaces.values().iterator().next();
-            String interfaceName = intf.getName();
-            assertEquals("Greeter", interfaceName);
-            assertEquals("http://apache.org/hello_world_soap_http";, 
intf.getNamespace());
-            assertEquals("org.apache.hello_world_soap_http", 
intf.getPackageName());
-
-            List<JavaMethod> methods = intf.getMethods();
-            assertEquals(6, methods.size());
-            JavaMethod m1 = methods.get(0);
-            assertEquals("testDocLitFault", m1.getName());
-
-            assertEquals(2, m1.getExceptions().size());
-            assertEquals("BadRecordLitFault", 
m1.getExceptions().get(0).getName());
-            assertEquals("NoSuchCodeLitFault", 
m1.getExceptions().get(1).getName());
-
-            String address = null;
-
-            for (JavaServiceClass service : 
javaModel.getServiceClasses().values()) {
-                List<JavaPort> ports = (List<JavaPort>) service.getPorts();
-                for (JavaPort port : ports) {
-                    if (interfaceName.equals(port.getPortType())) {
-                        address = port.getBindingAdress();
-                        break;
-                    }
-                }
-                if (!"".equals(address)) {
-                    break;
-                }
-            }
-            assertEquals("http://localhost:9000/SoapContext/SoapPort";, 
address);
-        } catch (Exception e) {
-            e.printStackTrace();
-        }
-    }
-
-    protected String getLocation(String wsdlFile) throws URISyntaxException {
-        return getClass().getResource(wsdlFile).toString();
-    }
-}
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.tools.wsdlto.jaxws;
+
+import java.io.File;
+import java.net.URISyntaxException;
+import java.util.Arrays;
+import java.util.List;
+import java.util.Map;
+
+import org.apache.cxf.tools.common.FrontEndGenerator;
+import org.apache.cxf.tools.common.ProcessorTestBase;
+import org.apache.cxf.tools.common.ToolConstants;
+import org.apache.cxf.tools.common.ToolContext;
+import org.apache.cxf.tools.common.model.JavaInterface;
+import org.apache.cxf.tools.common.model.JavaMethod;
+import org.apache.cxf.tools.common.model.JavaModel;
+import org.apache.cxf.tools.common.model.JavaPort;
+import org.apache.cxf.tools.common.model.JavaServiceClass;
+import org.apache.cxf.tools.wsdlto.core.DataBindingProfile;
+import org.apache.cxf.tools.wsdlto.core.FrontEndProfile;
+import org.apache.cxf.tools.wsdlto.core.PluginLoader;
+import org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSContainer;
+import org.junit.Test;
+
+public class JAXWSContainerTest extends ProcessorTestBase {
+
+    @Test    
+    public void testCodeGen() {
+        try {
+            JAXWSContainer container = new JAXWSContainer(null);
+            ToolContext context = new ToolContext();
+
+            // By default we only generate the SEI/Types/Exception 
classes/Service Class(client stub)
+            // Uncomment to generate the impl class
+            // context.put(ToolConstants.CFG_IMPL, "impl");
+        
+            // Uncomment to compile the generated classes
+            // context.put(ToolConstants.CFG_COMPILE, 
ToolConstants.CFG_COMPILE);
+            
+            // Where to put the compiled classes
+            // context.put(ToolConstants.CFG_CLASSDIR, 
output.getCanonicalPath() + "/classes");
+
+            // Where to put the generated source code
+            context.put(ToolConstants.CFG_OUTPUTDIR, 
output.getCanonicalPath());
+
+            context.put(ToolConstants.CFG_WSDLURL, 
getLocation("/wsdl2java_wsdl/hello_world.wsdl"));
+
+            // Delegate jaxb to generate the type classes
+            context.put(DataBindingProfile.class, 
PluginLoader.getInstance().getDataBindingProfile("jaxb"));
+            context.put(FrontEndProfile.class, 
PluginLoader.getInstance().getFrontEndProfile("jaxws"));
+
+            // In case you want to remove some generators
+            List<String> generatorNames = Arrays.asList(new 
String[]{ToolConstants.CLT_GENERATOR,
+                                                                     
ToolConstants.SVR_GENERATOR,
+                                                                     
ToolConstants.IMPL_GENERATOR,
+                                                                     
ToolConstants.ANT_GENERATOR,
+                                                                     
ToolConstants.SERVICE_GENERATOR,
+                                                                     
ToolConstants.FAULT_GENERATOR,
+                                                                     
ToolConstants.SEI_GENERATOR});
+            FrontEndProfile frontend = context.get(FrontEndProfile.class);
+            List<FrontEndGenerator> generators = frontend.getGenerators();
+            for (FrontEndGenerator generator : generators) {
+                assertTrue(generatorNames.contains(generator.getName()));
+            }
+
+            container.setContext(context);
+            // Now shoot
+            container.execute();
+
+            // At this point you should be able to get the
+            // SEI/Service(Client stub)/Exception classes/Types classes
+            assertNotNull(output.list());
+            assertEquals(1, output.list().length);
+
+            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/Greeter.java").exists());
+            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/SOAPService.java").exists());
+            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/NoSuchCodeLitFault.java").exists());
+            assertTrue(new File(output, 
"org/apache/hello_world_soap_http/types/SayHi.java").exists());
+            assertTrue(new File(output,
+                                
"org/apache/hello_world_soap_http/types/GreetMe.java").exists());
+
+            // Now you can get the JavaModel from the context.
+            JavaModel javaModel = context.get(JavaModel.class);
+
+            Map<String, JavaInterface> interfaces = javaModel.getInterfaces();
+            assertEquals(1, interfaces.size());
+
+            JavaInterface intf = interfaces.values().iterator().next();
+            assertEquals("http://apache.org/hello_world_soap_http";, 
intf.getNamespace());
+            assertEquals("Greeter", intf.getName());
+            assertEquals("org.apache.hello_world_soap_http", 
intf.getPackageName());
+
+            List<JavaMethod> methods = intf.getMethods();
+            assertEquals(6, methods.size());
+            JavaMethod m1 = methods.get(0);
+            assertEquals("testDocLitFault", m1.getName());
+        } catch (Exception e) {
+            e.printStackTrace();
+        }
+    }
+    
+    @Test    
+    public void testSuppressCodeGen() {
+        try {
+            JAXWSContainer container = new JAXWSContainer(null);
+            ToolContext context = new ToolContext();
+
+            // Do not generate any artifacts, we just want the code model.
+            context.put(ToolConstants.CFG_SUPPRESS_GEN, "suppress");
+
+            // Where to put the generated source code
+            context.put(ToolConstants.CFG_OUTPUTDIR, 
output.getCanonicalPath());
+
+            context.put(ToolConstants.CFG_WSDLURL, 
getLocation("/wsdl2java_wsdl/hello_world.wsdl"));
+
+            // Delegate jaxb to generate the type classes
+            context.put(DataBindingProfile.class, 
PluginLoader.getInstance().getDataBindingProfile("jaxb"));
+            context.put(FrontEndProfile.class, 
PluginLoader.getInstance().getFrontEndProfile("jaxws"));
+
+            container.setContext(context);
+            // Now shoot
+            container.execute();
+
+            // At this point you should be able to get the
+            // SEI/Service(Client stub)/Exception classes/Types classes
+            assertNotNull(output.list());
+            assertEquals(0, output.list().length);
+
+            // Now you can get the JavaModel from the context.
+            JavaModel javaModel = context.get(JavaModel.class);
+
+            Map<String, JavaInterface> interfaces = javaModel.getInterfaces();
+            assertEquals(1, interfaces.size());
+
+            JavaInterface intf = interfaces.values().iterator().next();
+            String interfaceName = intf.getName();
+            assertEquals("Greeter", interfaceName);
+            assertEquals("http://apache.org/hello_world_soap_http";, 
intf.getNamespace());
+            assertEquals("org.apache.hello_world_soap_http", 
intf.getPackageName());
+
+            List<JavaMethod> methods = intf.getMethods();
+            assertEquals(6, methods.size());
+            JavaMethod m1 = methods.get(0);
+            assertEquals("testDocLitFault", m1.getName());
+
+            assertEquals(2, m1.getExceptions().size());
+            assertEquals("BadRecordLitFault", 
m1.getExceptions().get(0).getName());
+            assertEquals("NoSuchCodeLitFault", 
m1.getExceptions().get(1).getName());
+
+            String address = null;
+
+            for (JavaServiceClass service : 
javaModel.getServiceClasses().values()) {
+                List<JavaPort> ports = (List<JavaPort>) service.getPorts();
+                for (JavaPort port : ports) {
+                    if (interfaceName.equals(port.getPortType())) {
+                        address = port.getBindingAdress();
+                        break;
+                    }
+                }
+                if (!"".equals(address)) {
+                    break;
+                }
+            }
+            assertEquals("http://localhost:9000/SoapContext/SoapPort";, 
address);
+        } catch (Exception e) {
+            e.printStackTrace();
+        }
+    }
+
+    protected String getLocation(String wsdlFile) throws URISyntaxException {
+        return getClass().getResource(wsdlFile).toString();
+    }
+}

Propchange: 
incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/cxf/trunk/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/JAXWSContainerTest.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date


Reply via email to