You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
When adding a MessageDumpingFeature when calling service.createDispatch, in some cases the body is removed from the soap request when the web service is called. This obviously does not happen in all cases but we've had various cases where it does occur. I have made a test project that reproduces this issue
Environment
Windows, Unix. Various versions of JDK 1.6 and 1.7.
Affected Versions
[2.1, 2.1.1, 2.2, 2.2.1, 2.2.1-1, 2.3]
The text was updated successfully, but these errors were encountered:
This is an Eclipse project that reproduces the entire issue. All you have to do is add the webservice-rt.jar because it's too big to include, and maybe fix the classpath.
Please let me know if there is a better alternative to adding an attachment to this ticket.
When adding a MessageDumpingFeature when calling service.createDispatch, in some cases the body is removed from the soap request when the web service is called. This obviously does not happen in all cases but we've had various cases where it does occur. I have made a test project that reproduces this issue
Environment
Windows, Unix. Various versions of JDK 1.6 and 1.7.
Affected Versions
[2.1, 2.1.1, 2.2, 2.2.1, 2.2.1-1, 2.3]
The text was updated successfully, but these errors were encountered: