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.
Axis を使用して作成した Webサービスで、 COMPRESSEDである着信ペイロード (SOAP) を処理する方法???
あなたのコンテンツがGZipでエンコードされていると仮定します
1.コンテンツのエンコーディングを確認します。gzipの場合
2.入力ストリームをGZIPInputStream
GZIPInputStream
入力ストリームから通常どおり読み取ります。