Forum Discussion

aashima's avatar
aashima
New Contributor
13 years ago

Tags getting deleted in the request

Hi,

I have recently started using Sopa UI Pro 4.5 and in one of my XML requests, a particular set of elements is getting deleted even after my adding them manually.

The actual reuest is:

<v11:CustomerAuthSelection>
<v11:CustomerKeys>
<v11:CustomerID Source="CIF"></v11:CustomerID>
</v11:CustomerKeys>
<v11:SecurityTokenContent></v11:SecurityTokenContent>
<com:IdentificationData>
<com:OrgName></com:OrgName>
<com:UserCountry></com:UserCountry>
<com:UserLanguage></com:UserLanguage>
<com:SessionId></com:SessionId>
<com:TransactionId></com:TransactionId>
<com:RequestMode></com:RequestMode>
</com:IdentificationData>
<com:DeviceInfo>


While it becomes like below automatically:

<v1:DataArea>
<v11:CustomerAuthSelection>



<com:DeviceInfo>


Please provide a solution as due to this problem, i need to add the required tag explicitly everytime I want to use this request.
No RepliesBe the first to reply