【问题标题】:It is possible to have table in request wsdl file in soup ui?可以在 soapui 的请求 wsdl 文件中有表吗?
【发布时间】:2023-02-01 02:42:19
【问题描述】:

有人可以解释一下可以在 wsdl 文件中创建表吗?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:def="http://DefaultNamespace">
   <soapenv:Header/>
   <soapenv:Body>
      <def:addCompany>
         <def:invoiceType>
            <def:invoiceId>?</def:invoiceId>
            <def:header1>?</def:header1>
            <def:header2>?</def:header2>
            <!--1 or more repetitions:-->
            <def:invoiceReturn>
               <def:invoiceNumber>?</def:invoiceNumber>
               <def:InvoiceOrder>?</def:InvoiceOrder>
               <def:totalValue>?</def:totalValue>
            </def:invoiceReturn>
            <!--1 or more repetitions:-->
            <def:category>
               <def:categoryId>?</def:categoryId>
               <def:categoryName>?</def:categoryName>
            </def:category>
         </def:invoiceType>
      </def:addCompany>
   </soapenv:Body>
</soapenv:Envelope>

我有一些像 addINvoice 这样的方法和我的标题现在我想向这个方法添加 exaple 3 列的表 mpk rk 和总计它在 wsdl 中是可能的吗?

【问题讨论】:

    标签: java eclipse groovy soap wsdl


    【解决方案1】:

    不,不可能在 WSDL(Web 服务描述语言)文件中创建表。 WSDL 是一种基于 XML 的语言,用于描述 Web 服务提供的功能。它定义了服务的消息、操作和绑定,但不包括任何格式或表示元素(如表格)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-10-30
      • 2023-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多