SoapRMI/Java TODO (by priority) SSL support * client: we use standard HttpURLConnection so it should be fairly easy to implement https (ex. with J2EE) * server: we can run services as servlets so we get SSL for free in Tomcat SSL or Apache SSL + tomcat setup interoperability testing * run our own SOAP test service * simple samples to call xmethods * samples to demonstrate using (client/server): + Apache SOAP 2.1 + .NET + Perl Soap Lite serialization/deserialization * remove dependency on RemoteRef{Serializer,Converter} + soaprmi/Remote * change serializer to support cyclic graphs [almost done, see below] * parameter/call serializer * array serializer and deserializer [almost done] * implement Base64 serializer / deserializer from byte[] * multiple serialization types: bean, all-fields, public-fields [almost done] * allow to register dynamically serializers and deserializers * URL serializer and deserializer * Date serializer and deserializer service ports and remote references * loading ports (and remote references) from xml file * upgrade Port to contain array of PortType[] and Endpoint[] * add to port all that is necessary (operations, faults, messages etc.) support multiple encoding styles and implement literalenc write example of real stub * Server_SoapStub extends soaprmi.server.RemoteStub implements Server alek