One way to do this is you can put the exe file somewhere else and you
can define the location from a parameter (in services.xml) and then use
the value of the parameter to load the exe file. One other way is you
can get the URI of the exe file from axisservice, and you may try to
execute it from that

classloader.getResource("execution.exe")

Thanks,
Deepal
> Hello,
>
> I have a web service that needs to call an .exe file and it is into
> the .aar file.
>
> How can I do this? Which is the path I have to use in the instruction...
>
> Process p = Runtime.getRuntime().exec("execution.exe");
>
> Is there another way to do this?
>
> Thank you in advance.
>
> Kevin.
>


-- 
Thank you!


http://blogs.deepal.org
http://deepal.org

Reply via email to