I have a wsdl file with me and want to generate a sample XML file for request/response of an API. Using soapUI I managed to generate the file but it has question marks inside, like this: <cin:returnURL>?</cin:returnURL>
. What I want is like this; <cin:returnURL>---returnURL---</cin:returnURL>
.
Is there any way to to do this using soapUI or any other tool? I should also have the nested tag names if there any. E.g.:
`<inq:Voice>
<cin:description>---VoiceDescription---</cin:description>
<cin:EffectiveDates>
<cin:effectiveDate>---VoiceEffectiveDate---</cin:effectiveDate>
</cin:EffectiveDates>
</inq:Voice>`