Hello all, I have two services deployed within the same axis engine (lets call them service A and service B). I am trying to make a soap call from service A to service B, passing a custom type, but for some reason service B is unable to deserialize the object that it receives. Service A is able to serialize the object properly. The typeMapping entry in the server-config.wsdd for the object that is being passed is pointing to the correct package location of the deserializerfactory class. Any ideas on why service B is having problems locating the deserializerfactory class when service A is able to find the serializerfactory?
(P.S. I do not want to use any local transport handlers because these two services will be on separate machines at some point) Eugenio
