Hello! Could anyone help me?
I use two similar services under Axis 1.0, MainService and ProxyService. Functionality is not important now. The MainService has a handler which can change the target service through the MessageContext.setTargetService(String) method. If I change the target service to ProxyService, Axis will return a java.lang.IllegalArgumentException with the comment "object is not an instance of declaring class" after calling all handlers. It looks like if the ProxyService would not have the right syntax but calling both services alone will cause no exception. Both services have Message type methods with a Document (body) parameter and return Document. Thanx Gabor Held