I found the problem. Well, I tried something mad and it works. I put the 3
header parameters at the end, and then it works ! I find this very strange.
Why can't I put them on the beginning ? Is it maybe a WebLogic problem ? Am
I using old CXF classes with a bug ? Very strange but happy it is fixed now
!
@WebResult (name="merchantHierarchyParentResponse")
MerchantHierarchyParentResponseDTO
getParent(
@WebParam(name="institutionNumber") @XmlElement(required=true)
String institutionNumber,
@WebParam(name="clientNumber") String clientNumber,
@WebParam(name="ourReference") String ourReference,
@WebParam(name="accessMerch") String accessMerch,
@WebParam(header=true, name="callerId") String callerId,
@WebParam(header=true, name="timestamp") String timestamp,
@WebParam(header=true, name="signature") String signature
);
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-web-service-issue-when-using-WebParam-header-true-tp5761481p5761489.html
Sent from the cxf-dev mailing list archive at Nabble.com.