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.
Stream型のパラメーターを受け入れるWCFサービスで記述されたメソッドがあります。
TestUpload(Stream fileStream);
Javaクライアントがアクセスすると、次のエラーが発生します。
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html.
SoapUiを使用していますか?これは、WCFサービスのテスト中に役立つ場合があります。