【发布时间】:2012-12-06 06:48:35
【问题描述】:
我收到了一个 15 位数的用户 ID,我想修剪其最后 3 位数,然后发回给请求发件人。索取样品如下:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<lookupSubscriberInfo xmlns="http://testID.com/V1_0">
<callingParty>testParty</callingParty>
<subscriberRequestList>
<testId>888905425616681</opaqueId>
</subscriberRequestList>
</lookupSubscriberInfo>
</env:Body>
</env:Envelope>
我读过这个 http://www.soapui.org/Service-Mocking/creating-dynamic-mockservices.html 但想不通..
【问题讨论】:
标签: soap mocking request response soapui