hi,
my client app tries to invoke a service which signature looks like this:

public void registerMe(String myName) 
        throws java.rmi.RemoteException, org.company.CustomError;

all classes are generated from wsdl.
i can see a successful request and response, 
but for some reason my client hangs till it reaches a timeout. 
neither the custom error (derived from AxisFault) gets thrown 
nor does the method return.

can someone shed light on this?

thanks,
heiko

Reply via email to