DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7881>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7881 The Service objects createCall method returns the type of javax.xml.rpc.call. ------- Additional Comments From [EMAIL PROTECTED] 2002-04-09 17:56 ------- OOPS! Sorry. Didn't fully read your note. The answer is "NO". org.apache.axis.client.Service implements the interface javax.xml.rpc.Service, therefore it MUST implement createCall methods that return javax.xml.rpc.Call. The actual Call object it returns, however, IS an org.apache.axis.client.Call.