You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Gupta, Ankit" <an...@informatica.com> on 2003/06/30 15:10:23 UTC

Deployment problems with custom deserializers

I need some help with regard to deploying my service on apache tomcat with axis.
I have to create a process that takes raw xml from axis and parses the message appropriately as well as calls some services in a separate class file based on the message. Now I want to deploy the services such that in the wsdl the various functions that are visible are of the services file while when the message arrives at the server it just sends the  raw xml data to my process which then parses it and decides which service to call. Can somebody help me in this regard??
Ankit