Hi everyone,

I have a simple question for someone who is familiar with CXF.
I try to add annotations to a method that contains three selfdefined
datatypes:

init(SessionId sid, DataTyp dt, DataTyp2 dt)

How can I annotate them in the RequestWrapper to get a correct WSDL?

I also tried to create something like a wrapperClass, but I always get an
error when I try to start the service:
INFO: Creating Service {http://xxx.de/}xxxService from class
de.xxx.xxxService
Exception in thread "main"
org.apache.ws.commons.schema.constants.Enum$EnumValueException: Bad
Enumeration value 'extension restriction'


Can anybody help me?

Regards,
Benjamin
-- 
View this message in context: 
http://www.nabble.com/More-than-one-Element-in-Request-Wrapper--tp14753520p14753520.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to