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.
サーブレットの Web サービスに SOAP リクエストを送信したいと考えています。
しかし、実行すると http500 レスポンスが返ってきURL url = new URL(webServiceURL);ました。
URL url = new URL(webServiceURL);
しかし、IE 経由で webServiceURL にアクセスできます。
理由を教えてください。