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 Paul Slattery <pa...@macalla.com> on 2002/05/03 14:12:54 UTC

please help !

When I call 
               call.registerTypeMapping(cls, qName, sf, df,false);
from my axis generated client stub  there is no problem . But when I call
the same code from my webapp context , I get a 
RemoteException Failure trying to get the Call object
the package structure and code is exactly the same ! what am I doing wrong ?
 
thanks
 
p