I need to make calls to a webservice from a javaFX client. is there some sort of wsimport type tool that I can use to generate javaFX client stubs from a deployed WSDL.
|
feedback
|
|
JavaFX Supports only RESTfull webservices out of the box. You can however use existing Java tools for generating WSDL stubs and use the generated classes from your JavaFX Script classes. | |||
|
feedback
|
|
thank you for your response, i'm not familiar with javafx, i'm just trying to help a javaFX team integrate with my web service. javaFX can instantiate/call java classes? | |||
feedback
|
|
Yes, Suppose you have a "MyJavaClass.java"
Refer to "http://java.sun.com/developer/technicalArticles/scripting/javafx/javafx_and_java/" for more information | |||
|
feedback
|
|
Working JavaFX examples for JSON, RSS, Google API, Yahoo API - http://jfxstudio.wordpress.com/2009/07/24/javafx-web-services/ | |||
|
feedback
|