Web Service Client Implementation
(Under construction...)
Web Service Client Development under OSGi + Spring Environment
Building an OSGi-based web service client is a bit tricky. The following is the note from my experience.
Generate Java classes from WSDL
- Use Apache CXF plugin.
Generate bundle
Use DynamicImport-Package: directive in BND file.