I too tried that, but still the same issue persists.

@Path ("/salesDepartment") 
public class SalesDepartmentImpl implements SalesDepartment{ 
      @GET 
      @Path("/searchEmployee") 
      @Produces ("application/xml") 
      public SearchResponse searchEmployee(*@QueryParam("")*SearchRequest
request) 
      { .....}

The response I get in the  browser is:

<soap:Fault>
     <faultcode>soap:Server</faultcode>
          <faultstring>
               Parameter should be ordered in the following sequence:
[SecurityCredentials, SearchParameters]
          </faultstring>
</soap:Fault>

The URL is framed like this:

http://...../salesdepartment/searchEmployee?/securityCredentials.token/=abc&/searchParameters.name/=Apple

Is there anything wrong with the above ... 



--
View this message in context: 
http://cxf.547215.n5.nabble.com/complexType-Parameter-in-CXF-JAX-RS-tp5715509p5715513.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to