hi,

I asked this question before but got no reply and it is now becomming a
major issue;

I have a problem where a DeSerializer is being found on the server side when
the request arrives, however when the reply is being serilized the exception
below is returned;

java.io.IOException: No serializer found for class
com.fineos.ta.services.RequestContext in registry
 [EMAIL PROTECTED]
        at
org.apache.axis.encoding.SerializationContextImpl.serializeActual(Serializat
ionContextImp
l.java:1235)
        at
org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationCon
textImpl.java
:756)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:224)

This would normally indicatge that the TypeMapping is not correct. However
since it is the same parameter Types as that deserialised it should be ok.
Could this have something to do with the server-config.wsdd not being picked
up correctly ? Is there any way to specify exactly which server-config.wsdd
to use (similar -Daxis.ClientConfigFile on the client side).

The typemapping descriptor is;

 <typeMapping
deserializer="com.fineos.ta.services.xml.SoapDeserializerFactory"
encodingStyle="http:
//schemas.xmlsoap.org/soap/encoding/" qname="ns1:RequestContext"
serializer="com.fineos.ta.services.
xml.SoapSerializerFactory" type="java:com.fineos.ta.services.RequestContext"
xmlns:ns1="http://www.f
ineos.com/XMLSchema/ta"/>

This has worked previously with SOAP over HTTP, but now we need to get SOAP
over JMS working.

thanks,

Brian


**************************************************************************
The information contained in this e-mail is confidential,
may be privileged and is intended only for the use of the
recipient named above. If you are not the intended
recipient or a representative of the intended recipient,
you have received this e-mail in error and must not copy,
use or disclose the contents of this email to anybody
else. If you have received this e-mail in error, please
notify the sender immediately by return e-mail and
permanently delete the copy you received. This email has
been swept for computer viruses. However, you should
carry out your own virus checks.


Registered in Ireland, No. 205721. http://www.FINEOS.com
**************************************************************************

Reply via email to