Hi,

currently I'm publishing web services via DOSGi in Equinox with the
single distribution bundle 1.3. I can successfully create the service
when both, the web service interface and the interface implementation
are located in the same bundle. However, when put both into separate
bundles the server gets still successfully created (also the published
*.wsdl-file stays the same) but I always receive "null" for any web
service request. For the client side I'm using the
ClientProxyFactoryBean factory. All requests to the server return
correct responses when interface and implementation of the server are
located in the same bundle.

My main goal is to access the server's interface.class file on the
client-side. I don't want to generate my stub with wsimport or wsdl2java.

In the approach that I tried to realize first I would get the solution
because both OSGi platforms can access an "interface-bundle" because
it's synced via SVN.

Cheers,

Thomas

Reply via email to