Date: 2004-12-22T20:22:21
   Editor: DeepalJayasinghe
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Architecture/Deployment
   URL: http://wiki.apache.org/ws/FrontPage/Architecture/Deployment

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -86,7 +86,6 @@
 <server name=�xsd:qname�>
    <parameter/>*
    <handler/>*
-   <typemapping/>*
    <module ref=�..�/>*
    <phaseOrder>
        <phase name="xs:anyURI"/>+
@@ -100,17 +99,10 @@
 ==== Service.xml using wsdd style ====
 {{{
 <service provider="xsd:string style="xsd:anyURI" contextPath=�xsd:string�>
+  <java:implementation class="xsd:string"/>
   <parameter .../>*
   <module ref="uri">*
-  <typeMapping> ... </typeMapping>*
-  <beanMapping> ... </beanMapping>* [re-visit for lang indep]
   <operation name=".." qname="..." style=".." use="..">
-    <module ref="uri">
-      <parameter ../>*
-    </module>
-      <inflow/>?
-           <outflow/>?
-           <faultlow>?
   </operation>
   <inflow/>?
     <outflow/>?

Reply via email to