I was also expecting document to be the default value.

For retro-compatibility reasons, I would like to keep the SEI unchanged, and
try to fix the issue by tweeking the route is possible.

Here is the SEI:

@WebService(targetNamespace = "http://www.mycompany.com/services";)
public interface OfferService {

    @WebMethod(operationName = "makeProposal")
    SimpleActionResponseDocument makeProposal(MakeProposalRequestDocument
request)
        throws XFireServiceException;

    @WebMethod(operationName = "rejectPendingProposal")
    SimpleActionResponseDocument
rejectPendingProposal(RejectPendingProposalRequestDocument request)
        throws XFireServiceException;

        @WebMethod(operationName = "submitProposal")
    SimpleActionResponseDocument
submitProposal(SubmitProposalRequestDocument request)
                throws XFireServiceException;

    @WebMethod(operationName = "getShortOffer")
    ShortOfferResponseDocument getShortOffer(ShortOfferRequestDocument
request)
                throws XFireServiceException;
}
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/CxfBinding-Document-Style-tp1045363p1045412.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to