Hi,
I�m new to Castor and i wanted to use Axis with Castor.
I�ve Download Castor 0.9.5.3.jar and Xerces.jar (The parser).
 
i want to modify the server-config.wsdd to deploy a service using Castor Serializer and Deserializer.
 
The original  server-config.wsdd is the following:
....
<typeMapping
 qname="typeNS:Data"
 xmlns:typeNS="http://www.w3.org/2001/XMLSchema"
 languageSpecificType="java:samples.encoding.Data"
 serializer="samples.encoding.DataSerFactory"
 deserializer="samples.encoding.DataDeserFactory"
 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
 
<service name="xTeste" style="document">
 <parameter name="className" value="xTeste"/>
   <parameter name="allowedMethods" value="*"/>
</service>
...
 
I want to know if is enough to change the serializer and deserializar and what are the classes.
Or if something else is needed.
In order to help the deployment above is a custom mapping in Axis in order to achieve deployment of a custom data type (The Object Data).
 
Someone can help me?
 
Thks,
 
Carlos Vales
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to