Are there any OSGi web service / SOAP clients out there?
        Posted  
        
            by James Carr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by James Carr
        
        
        
        Published on 2010-06-11T08:50:42Z
        Indexed on 
            2010/06/11
            8:52 UTC
        
        
        Read the original article
        Hit count: 293
        
I'm looking for any webservice client that can be run inside an OSGi container and connect to a simple web service using SOAP, doesn't sound so hard does it?
Oh, and it has to work under Java 1.5, so the JRE jax-ws wont be present.
The problem is I've tried a few solutions now, and although each solution works in standard Java using it from within OSGi doesn't.
- the springsource JAX-WS bundles seem to have dependency issues
 - the CXF bundles get me as far as calling the service, but then can seem to find the stub methods in the proxy
 
Is there anyone out there who has successfully created an OSGi webservice client?
© Stack Overflow or respective owner