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=15369>. 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=15369 Interface Serializer/Deserializer needed!! Summary: Interface Serializer/Deserializer needed!! Product: Axis Version: 1.1beta Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I would think that this would be included, but I haven't seen it. Most designs that pass interfaces into methods, which are to be exposed as a service, would need to create a custom interface serializer. I find this to be one of the most used serializers in my past designs. Include an interface serializer which delegates to the serializer which is registered for the actual implementation class.