Can not use SOAP headers
------------------------
Key: OPENEJB-1001
URL: https://issues.apache.org/jira/browse/OPENEJB-1001
Project: OpenEJB
Issue Type: Bug
Components: webservices
Affects Versions: 3.1
Environment: all
Reporter: Jean-Louis MONTEIRO
Fix For: 3.1.1
Can not use SOAP headers when SOAP handlers are defined.
@WebMethod(action="doSmth")
@WebResult(name="response")
DoSmthResponse doSmth (
@WebParam(name="request") DoSmthRequest request,
@WebParam(name="datetime", header=true, mode=WebParam.Mode.OUT)
Holder<Date> datetime);
It only appears when SOAP handlers are defined.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.