Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3
-
None
-
Windows XP,Apache Tomcat 5.5.25,jdk1.5.0_10
Description
WIth a JAX-WS Client,When the following code is used to retrieve the attachment part of the SOAP message.It always returns Null.Looks like the attachment part of the soap message is never being set in the context MAP.
BindingProvider bp = (BindingProvider)port;
java.util.Map<String,Object> responseContext =bp.getResponseContext();
(Map<String,List<String>>)responseContext.get(MessageContext.INBOUND_MESSAGE_ATTACHMENTS)