I am new to JavaFX and SOAP. I want to make JavaFX app that will be able to receive XML files using SOAP.
I only found this link: http://abhisarswami.blogspot.sk/2009/05/soap-request-from-javafx.html
Unfortunately that tutorial is for JavaFX 1.0, that means .fx script files which aren't supported in newer versions.
Is it possible to do it? Does anybody have any useful articles, advices or code snippets?