Hey I think, I got the same problem. Did you solve it? I set felix.bootdelegation.implicit=false and org.xml.sax.* to bootdelegation.
But I just get this exception by starting an Activator using ksoap2. With Android 10 (2.3.3) there is no Problem, but with 4.0.3 I got this exception. Do you have any Ideas? W/System.err(17601): java.net.MalformedURLException: java.lang.IllegalStateException: Unknown protocol: http W/System.err(17601): at java.net.URL.<init>(URL.java:192) W/System.err(17601): at java.net.URL.<init>(URL.java:127) W/System.err(17601): at org.ksoap2.transport.ServiceConnectionSE.<init>(ServiceConnectionSE.java:65) W/System.err(17601): at org.ksoap2.transport.HttpTransportSE.getServiceConnection(HttpTransportSE.java:223) W/System.err(17601): at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:126) W/System.err(17601): at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:96) W/System.err(17601): at testactivator.Activator.start(Activator.java:41) W/System.err(17601): at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:625) W/System.err(17601): at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

