Java wsimport从wsdl生成带有警告流附件的类

时间:2016-06-15 16:15:43

标签: java soap wsdl attachment wsimport

我尝试使用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>

0 个答案:

没有答案