Glen,
FYI: The old deployment had the typmappings as children of the deployment
element.  It appears from what I've experienced that the typemappings
need to be children of the service element.  Was this change intentional?

Rick Rineholt
"The truth is out there...  All you need is a better search engine!"

[EMAIL PROTECTED]



Glen Daniels <[EMAIL PROTECTED]> on 04/23/2002 04:24:40 PM

Please respond to [EMAIL PROTECTED]

To:    "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject:    RE: cvs commit: xml-axis/java/samples/attachments
       attachdeploy.ws  dd attachundeploy.wsdd




FYI, Rick, the only thing you need in the undeploy is the service name -
the parameters/operation/etc. will just be ignored.

--Glen

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 4:23 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-axis/java/samples/attachments
> attachdeploy.wsdd
> attachundeploy.wsdd
>
>
> rineholt    02/04/23 13:22:54
>
>   Modified:    java/samples/attachments attachdeploy.wsdd
>                         attachundeploy.wsdd
>   Log:
>   update for changes in wsdd.
>
>   Revision  Changes    Path
>   1.6       +6 -3
> xml-axis/java/samples/attachments/attachdeploy.wsdd
>
>   Index: attachdeploy.wsdd
>   ===================================================================
>   RCS file:
> /home/cvs/xml-axis/java/samples/attachments/attachdeploy.wsdd,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- attachdeploy.wsdd     14 Mar 2002 20:03:56 -0000    1.5
>   +++ attachdeploy.wsdd     23 Apr 2002 20:22:54 -0000    1.6
>   @@ -1,17 +1,20 @@
>    <!-- This file can be used to deploy the echoAttachments sample -->
>    <!-- using this command: java
> org.apache.axis.client.AdminClient attachdeploy.wsdd -->
>
>   -<deployment xmlns="http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
>   +<deployment xmlns="http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
> xmlns:ns1="urn:EchoAttachmentsService" >
>      <service name="urn:EchoAttachmentsService" provider="java:RPC" >
>        <parameter name="className"
> value="samples.attachments.EchoAttachmentsService"/>
>        <parameter name="allowedMethods" value="echo echoDir"/>
>        <requestFlow type="checks"/>
>   -  </service>
>   +    <operation name="echo" returnQName="returnqname"
> returnType="ns1:DataHandler" >
>   +        <parameter name="dh" type="ns1:DataHandler"/>
>   +      </operation>
>
>     <typeMapping
> deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeser
> ializerFactory"
>
> languageSpecificType="java:javax.activation.DataHandler"
> qname="ns1:DataHandler"
>
> serializer="org.apache.axis.encoding.ser.JAFDataHandlerSeriali
> zerFactory"
>        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>   -     xmlns:ns1="urn:EchoAttachmentsService"/>
>   +     />
>
>   +  </service>
>    </deployment>
>
>
>
>   1.4       +9 -5
> xml-axis/java/samples/attachments/attachundeploy.wsdd
>
>   Index: attachundeploy.wsdd
>   ===================================================================
>   RCS file:
> /home/cvs/xml-axis/java/samples/attachments/attachundeploy.wsdd,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- attachundeploy.wsdd   15 Jan 2002 17:57:02 -0000    1.3
>   +++ attachundeploy.wsdd   23 Apr 2002 20:22:54 -0000    1.4
>   @@ -1,16 +1,20 @@
>    <!-- This file can be used to deploy the echoAttachments sample -->
>    <!-- using this command: java
> org.apache.axis.client.AdminClient attachdeploy.wsdd -->
>
>   -<undeployment xmlns="http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
>   +<undeployment xmlns="http://xml.apache.org/axis/wsdd/";
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
> xmlns:ns1="urn:EchoAttachmentsService" >
>      <service name="urn:EchoAttachmentsService" provider="java:RPC" >
>        <parameter name="className"
> value="samples.attachments.EchoAttachmentsService"/>
>        <parameter name="allowedMethods" value="echo echoDir"/>
>        <requestFlow type="checks"/>
>   -  </service>
>   +    <operation name="echo" returnQName="returnqname"
> returnType="ns1:DataHandler" >
>   +        <parameter name="dh" type="ns1:DataHandler"/>
>   +      </operation>
>
>   - <typeMapping
> deserializer="org.apache.axis.encoding.JAFDataHandlerDeseriali
> zer$Factory"
>   + <typeMapping
> deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeser
> ializerFactory"
>
> languageSpecificType="java:javax.activation.DataHandler"
> qname="ns1:DataHandler"
>   -    serializer="org.apache.axis.encoding.JAFDataHandlerSerializer"
>   -     xmlns:ns1="urn:EchoAttachmentsService"/>
>   +
> serializer="org.apache.axis.encoding.ser.JAFDataHandlerSeriali
> zerFactory"
>   +    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>   +     />
>
>   +  </service>
>    </undeployment>
>
>
>
>


Reply via email to