Specs - Request example XML is not working

Hi

I have created a spec file for a proxy. It is for a soap API. But the example I have put in does't show in 'try out'. I have to manually enter the xml again. Here is the screenshot for it .Can anyone tell me what is wrong in this.

9429-screenshot-2019-11-15-at-62359-pm.png

It works for the same YAML in swagger.

Here is sample xml -

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <GetTrackingStatus xmlns="http://tempuri.org/"> <request xmlns:a="http://schemas.datacontract.org/2004/07/WOWebServices" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <a:AuthenticationDetailxmlns:b="http://schemas.datacontract.org/2004/07/WOWebServices.Model"> <b:Key>Usename</b:Key> <b:MeterNumber>meternumber</b:MeterNumber> <b:Password>password</b:Password> </a:AuthenticationDetail> <a:TrackingNumber>780767208002</a:TrackingNumber> </request> </GetTrackingStatus> </s:Body> </s:Envelope>

0 0 96
0 REPLIES 0