Hi,

I have a code first producer web service and the Apache CXF generated wsdl
services list page does not display the parameters of the methods.

If I use the header=true attribute in the  @WebParam annotation as in
 @WebParam(targetNamespace = "http://ws.nki.no/stasginn";, header=true, mode
= Mode.IN, name = "ordrenr") int ordrenr, 
instead of 
                        @WebParam(targetNamespace = 
"http://ws.nki.no/stasginn";, mode = Mode.IN,
name = "ordrenr") int ordrenr, 

then the method parameters are displayed in the wsdl services list.

But they are displayed in theheader part.

I would like the parameters to be in the body part.

And, to be displayed in the services list page.

Stephane

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Display-the-method-parameters-in-the-BODY-of-the-wsdl-services-list-page-tp5585941p5585941.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to