Hi

I think you may need to import javax.jws.* into your service bundle. Can you 
give it a try please ?

cheers, Sergey

----- Original Message ----- From: "Björn Schütte" <bjo...@schuette.se>
To: <dev@cxf.apache.org>
Sent: Thursday, July 16, 2009 10:39 AM
Subject: DOSGI - problem with jax-ws


Hi all,

I have a problem getting the greeter sample to work with jax-ws
frontend using the current cxf-dosgi-1.1-snapshot.

The resulting wsdl is missing all type and operations definitions.

I simply added he following properties to my activator:

props.put("org.apache.cxf.ws.frontend", "jaxws");
props.put("org.apache.cxf.ws.databinding", "jaxb");

This results in a greeter server whos generated wsdl has no type
definitions or operations.

I tried adding the @WebService annotation to the impl class which did
not help.

Any hints?

Regards
Björn

Reply via email to