Hi all, I'm developing small WS using CXF DOSGI containing only 1 method i.e:
/String sayHello(@WebParam(name = "word") String word);/ I can access the WS just fine but the @WebParam annotation above seems to be ignored. Below is part of generated WSDL: /<xsd:complexType name="sayHello"> <xsd:sequence> <xsd:element minOccurs="0" name="arg0" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> / I just want the argument 'arg0' to appear as 'word' in SOAP UI. I deploy the app in Apache Karaf 4.0.3 Any help would be greatly appreciated. Regards, Setya -- View this message in context: http://cxf.547215.n5.nabble.com/Ignored-JAX-WS-annotation-in-CXF-DOSGI-tp5764530.html Sent from the cxf-user mailing list archive at Nabble.com.
