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. Summary: The Service objects createCall method returns the type of javax.xml.rpc.call. Product: Axis Version: beta-1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Shouldn't the org.apache.axis.client.Serivce objects createCall method return the type for org.apache.axis.client.Call instead of javax.xml.rpc.Call. Currently it returns the javax.xml.rpc.Call object. Jamie Powell