Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content-Type: action parameter placed inside start-info parameter #677

Open
KoenigsKind opened this issue Dec 14, 2023 · 0 comments
Open

Comments

@KoenigsKind
Copy link

We have troubles with the Content-Type header generated by JAX-WS-RT, it differs slightly from the Content-Type we get, when we execute the same request in SoapUI.

This is the header which is created by JAX-WS:

Content-Type: multipart/related;[...]start-info="applicaton/soap+xml;action=\"http://foo.bar\"";

While the expected header would look like the following:

Content-Type: multipart/related;[...]start-info="applicaton/soap+xml";action="http://foo.bar";

Is there a reason the action is embedded inside the start-info parameter?

The problematic code can be found in MtomCodec.java at lines 120 and 133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant