Soap 请求 XML。来自 WSDL

时间:2021-03-23 14:56:37

标签: java soap soap-client

嗨,我无法生成在soap 客户端中使用的soap 请求xml。 wsdl 文件在下面 -

更新 - 我必须编写soap客户端来调用webservice。所以需要 xml 输入来调用它,就像我在一个 youtube 视频中看到的那样。

 <operation name="GetInvoiceId">
   <soap:operation soapAction=""/>
   <input>
   <soap:body use="literal"/>
   </input>
    <output>
    <soap:body use="literal"/>
    </output>
   </operation>

   <service name="InvoiceIdEndpointService">
   <port name="InvoiceIdService" binding="tns:InvoiceIdServiceBinding">
   <soap:address 
        location="http://localhost:8080/eres/jaxws/InvoiceIdService"/>
   </port>
    </service>

0 个答案:

没有答案