Date: 2005-02-15T03:47:04
Editor: SrinathPerera
Wiki: Apache Web Services Wiki
Page: FrontPage/Architecture/Deployment
URL: http://wiki.apache.org/ws/FrontPage/Architecture/Deployment
no comment
Change Log:
------------------------------------------------------------------------------
@@ -97,22 +97,6 @@
=== Services ===
Service has two options
-==== Service.xml using wsdd style ====
-{{{
-<service provider="xsd:string style="xsd:anyURI" contextPath=�xsd:string�>
- <java:implementation class="xsd:string"/>
- <parameter .../>*
- <module ref="uri">*
- <operation name=".." qname="..." style=".." use="..">
- </operation>
- <inflow/>?
- <outflow/>?
- <faultlow>?
- <serviceref =�xsd:string�/>
-</service>
-}}}
-
-Sanjiva's proposal for service.xml:
1. Each service only implements one WSDL interface/portType. This is
consistent with WSDL 2.0 directions.
1. The core elements of the deployment descriptor are in a common Axis
namespace and Java-specific, C++-specific stuff is in their own namespaces.
@@ -149,25 +133,6 @@
</service>
}}}
-==== Axis Binding for Web Services =====
-{{{
-<binding name="b1" interface="x:foo"
- type="axis:binding">
- <axis:typeMapping ../>
- <axis:beanMapping ../>
- <operation name=".." axis:qname=".." axis:style=".." axis:use=".."
- axis:class="..">
- <input ref="..">
- <axis:flow ../>
- </input>
- <output ref="..">
- <axis:flow ../>
- </output>
- </operation>*
- <axis:inflow ../>
- <axis:outflow ../>
-</binding>
-}}}
Axis will have three types of resources
Axis Core resources
Module based resources