You can ise the java2ws to generate the wrapper bean classes,
java2ws -wrapperbean
James
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