我尝试使用wsimport从wsdl生成Java源代码/类,但是我在流媒体附件操作上收到了一些警告。该类不能包含上载附件的方法。如何上传附件?
<operation name="bekuldes">
<soap:operation soapAction="http://oep.hu//bekuldes"/>
<sa:stream-attachments xmlns:sa="http://oracle.com/schemas/webservices/streaming-attachments" name="attachments"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="EJelentesException">
<soap:fault name="EJelentesException" use="literal" encodingStyle=""/>
</fault>
</operation>