-
Fractal BF: WebService Meteo Example
Shows how to use the BindingFactory to bind a client to remote, already-deployed WebService, serving
meteo informations.
-
Fractal BF: WebService Meteo Example Model Classes
This module is in charge of generating required classes to bind
a java interface toward a remote webservice. It uses th
org.apache.cxf:cxf-codegen-plugin to generate classes given the
WSDL file saved in src/main/wsdl. To keep things simple, the
wsdl file is saved here: more smart approaches might be adopted
if saving the WSDL file causes troubles.
-
Fractal BF: Examples Parent Module
Parent module for Fractal-BF examples