Hi, I have a code first producer web service.
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 the header part. I would like the parameters to be in the body. part of the wsdl services list page. Stephane
