Open glassfishrobot opened 14 years ago
Reported by nitin_bodke@java.net
nitin_bodke@java.net said: Created an attachment (id=276) dump of request to webservice
nitin_bodke@java.net said: Created an attachment (id=277) soapMessage dump in SOAPHandler
nitin_bodke@java.net said: Hi All, Below is the blog extract which mentions limitation of MimePull parser. "One thought was to make the use of MimePull the default in SAAJ RI, however i heard from the MimePull project lead that one thing it does not handle right now is any kind of non-default Content-Transfer-Encoding (such as base64 for example)." Blog link: http://weblogs.java.net/blog/kumarjayanti/archive/2009/12/10/summary- proprietary-features-saaj-ri-134 Thanks, Nitin
nitin_bodke@java.net said: JAX-WS team,
Can you please triage this for latest upcoming release?
Thanks, Nitin.
jitu@java.net said: assigning it to myself.
jitu@java.net said: JAX-WS always adds Content-Transfer-Encoding: binary to all attachment parts(except of SOAP envelope) while writing the SOAP message.
Are you saying that, if a handler is present, it is not seeing this Content- Transfer-Encoding header in the SOAPMessage object ? Do you have a sample reproducible teestcase ?
jitu@java.net said: Adding incomplete keyword
File: soapMessage.writeTo.dump Attached By: nitin_bodke@java.net
File: STIRequest.dump Attached By: nitin_bodke@java.net
Was assigned to jitu@java.net
This issue was imported from java.net JIRA JAX_WS-855
Hi All,
All of my SOAP request attachments has "Content-Transfer-Encoding" mime header. In our web service, we have SOAP Message Handler. When I dump the SOAPMessage contents, "Content-Transfer-Encoding" is missing. Below is the code snippet to dump the SOAPMessage.