我的 SOAP 请求如下所示:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gd="http://test.com/gds-mvmnt">
<env:Header/>
<env:Body>
<ns1:getContainer env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<code xsi:type="xsd:string">PCK26397841</code>
<messageId xsi:type="xsd:string"/>
</ns1:getContainer>
</env:Body>
</env:Envelope>
我需要创建基于代码标签值选择响应的模拟。无需修改响应。响应按原样添加到模拟中。只需要这样的逻辑:如果代码 A 然后响应 1,如果代码 B 然后响应 2 等等。请帮助我使用基本的 groovy 脚本。