Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
application/x-www-form-urlencoded として定義された Content-Type を使用してリクエストを送信する SOAP クライアントがあります。私の jax-ws サーバーは、HTTP 415 エラーで応答し、text/xml のコンテンツ タイプが必要であると不平を言っています。
明らかに、このクライアントは変更できないので、サーバーにこのコンテンツ タイプを強制的に受け入れる方法があるかどうかを調べようとしていますか?
ティコドラマは正しかった。クライアントは SOAP クライアントではありませんでした。代わりに、HTTP POST 経由で xml を送信していました。