i am trying to create a tag <Send xmlns="http://tempuri.org/"> using XML outbound message in IFS FSM. Can anyone help me on how to configure this url using xml maps. Below is the expected output.
<?xml version="1.0" encoding="utf-8"?>
<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>
<Send xmlns="http://tempuri.org/">
<userid>xxxxx</userid>
<password>xxxx</password>
<SourceAddress>xx</SourceAddress>
<DestinationAddress>xxxxx</DestinationAddress>
<ShortMessage>xxxxx</ShortMessage>
<FlashSMS>xxx</FlashSMS>
<Smsc>xxxxx</Smsc>
</Send>
</soap:Body>
</soap:Envelope>