I am trying to create stub for SMS, functionality is working as expected, but when i see the structure of xml request object it's completely different.
Actual provided request XML structure :
<soapenv:Body>
<sms:sendMessage>
<sms:applicationName>TestUI</sms:applicationName>
<sms:applicationModuleName>ModuleTest</sms:applicationModuleName>
<sms:destination>+641001001001</sms:destination>
<sms:content>SMS SOAP Test</sms:content>
<sms:reference>reference</sms:reference>
</sms:sendMessage>
</soapenv:Body>
</soapenv:Envelope>
How the names d4p1, and s are generating in XML not getting, could any body suggest what went wrong in this , please let me know if any other information require. Thank you.