自定义SOAP响应

时间:2018-07-12 11:52:53

标签: asp.net xml wcf soap

我正在使用asp.net Web服务(ASMX) 如何自定义SOAP响应以获取关注

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SaveApplicationResponse xmlns="http://www.ewewew.co.uk/ADNIntegration/">
          <response externalid="somevalue" adnid="somevalue2">
            <status>somevalue3</status> 
          </response>
</SaveApplicationResponse>
  </soap:Body>
</soap:Envelope>

我可以将值写入<status>,但找不到如何在<response>标记中添加内容。在adnidexternalid中需要一些值有人可以帮助我

0 个答案:

没有答案