I installed apache soap v2.2 on weblogic6.1, and finished all works on your install guides.
on the size of client, classpath=.;mail.jar;activation.jar;soap.jar;xerces.jar;.\soap2_2 . But, I can't test your server-side installation. After I run command-line "java org.apache.soap.server.ServiceManagerClient http://localhost:7001/soap/servlet/rpcrouter list" , I have problem with error message below, Exeption in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataSource at java.lang.Class.forName0<Native Method> at java.lang.Class.forName<Unknown Source> at org.apache.soap.encoding.SOAPMappingRegistry.class$<SOAPMappingRegistry.java:83> at org.apache.soap.encoding.SOAPMappingRegistry.<init><SOAPMappingRegistry.java:224> at org.apache.soap.encoding.SOAPMappingRegistry.<init><SOAPMappingRegistry.java:339> at org.apache.soap.rpc.Call.<init><Call.java:88> at org.apache.soap.rpc.Call.<init><Call.java:99> at org.apache.soap.rpc.Call.<init><Call.java:93> at org.apache.soap.server.ServiceManagerClient.<init><ServiceManagerClient.java:81> at org.apache.soap.server.ServiceManagerClient.main<ServiceManagerClient.java:216> PS: I confirmed activation.jar in my client directory ...