[
https://issues.apache.org/jira/browse/OPENEJB-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Gallimore reassigned OPENEJB-1001:
-------------------------------------------
Assignee: Jonathan Gallimore
> 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
> Assignee: Jonathan Gallimore
> Fix For: 3.1.1
>
> Attachments: patch-openejb-1001-sample.txt, patch-openejb-1001.txt
>
>
> 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.