configure wsdl2java to avoid generating RMI in stubs

configure wsdl2java to avoid generating RMI in stubs

by snadly Mohamed Amine -
Number of replies: 0

Hi dear moodlers

I succeeded in generating java clients from the wsdl emitted by the okteck web services, but my finality is to use these clients in an Android application not a simple java application. when I imported the classes to my Android application, the build emitted errors beceause of the presence of RMI in the clients generated by the wsdl. Unfortunetly, RMI is not supported in Android's API.

Is there a way I can configure the wsdl2java to avoid working with rmi, and word instead with xml-rpc or http (POST/GET) for exemple ?

Please help me with this issue

Best Regards

 

 

Average of ratings: -