<!-- Use this file to deploy some handlers/chains and services      -->
<!-- Two ways to do this:                                           -->
<!--   java org.apache.axis.client.AdminClient deploy.wsdd          -->
<!--      after the axis server is running                          -->
<!-- or                                                             -->
<!--   java org.apache.axis.utils.Admin client|server deploy.wsdd   -->
<!--      from the same directory that the Axis engine runs         -->

<deployment
    xmlns="http://xml.apache.org/axis/wsdd/"
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

  <!-- Services from PutService WSDL service -->

  <service name="@ServiceName@" provider="java:RPC" style="rpc" use="literal">
      <parameter name="wsdlTargetNamespace" value="http://ecoinformatics.org/putservice-1.0.0"/>
      <parameter name="wsdlServiceElement" value="PutService"/>
      <parameter name="schemaQualified" value="http://ecoinformatics.org/putservice-1.0.0"/>
      <parameter name="wsdlServicePort" value="Put"/>
      <parameter name="className" value="org.ecoinformatics.ecogrid.metacat.put.MetacatPutImpl"/>
      <parameter name="wsdlPortType" value="PutServicePortType"/>
      <parameter name="typeMappingVersion" value="1.2"/>
      <operation name="put" qname="operNS:put" xmlns:operNS="http://ecoinformatics.org/putservice-1.0.0" returnQName="retNS:PutServiceResponseElement" xmlns:retNS="http://ecoinformatics.org/putservice-1.0.0" returnType="rtns:PutServiceResponseElementType" xmlns:rtns="http://ecoinformatics.org/putservice-1.0.0" soapAction="http://ecoinformatics.org/putservice-1.0.0#put" >
        <parameter qname="pns:PutServiceElement" xmlns:pns="http://ecoinformatics.org/putservice-1.0.0" type="tns:PutServiceElementType" xmlns:tns="http://ecoinformatics.org/putservice-1.0.0"/>
      </operation>
      <parameter name="allowedMethods" value="put"/>

      <typeMapping
        xmlns:ns="http://ecoinformatics.org/putservice-1.0.0"
        qname="ns:PutServiceElementType"
        type="java:org.ecoinformatics.ecogrid.put.stub.PutServiceElementType"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
        deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle=""
      />
      <typeMapping
        xmlns:ns="http://ecoinformatics.org/putservice-1.0.0"
        qname="ns:InvalidSessionFault"
        type="java:org.ecoinformatics.ecogrid.put.stub.InvalidSessionFault"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
        deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle=""
      />
      <typeMapping
        xmlns:ns="http://ecoinformatics.org/putservice-1.0.0"
        qname="ns:EcoGridFault"
        type="java:org.ecoinformatics.ecogrid.put.stub.EcoGridFault"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
        deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle=""
      />
      <typeMapping
        xmlns:ns="http://ecoinformatics.org/putservice-1.0.0"
        qname="ns:PutServiceResponseElementType"
        type="java:org.ecoinformatics.ecogrid.put.stub.PutServiceResponseElementType"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
        deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle=""
      />
  </service>
</deployment>