Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we have a customer with last name muxsi, and when receiving request from IIS
we are receiving only "mu i" somehow xsi keyword is replaced by space.

i i dont have clue where to check for this issue.

What I have tried:

<?xml version="1.0" encoding="utf-8" ?>
<StartMsg><PageName>/csr/customer/personal/personaldetails/save.aspx</PageName>
<OperationKey>btnSave</OperationKey>
<SLPI>-1</SLPI>
<Field ControlID='ddlCapitaCategories' Value='' />
<Field ControlID='ddlCapitaSubCategories' Value='' />
<Field ControlID='txtCapitaChosenCategory' Value='' />
<Field ControlID='litCapitaCallingNoNum' Text='  ' />
<Field ControlID='litCapitaCallIDNum' Text='  ' />

<Field ControlID='litCapitaPersonalAccountNoValue' Text='12345' />
<Field ControlID='litCapitaTypeValue' Text='Personal' />
<Field ControlID='litCapitaTitleValue' Text='Mr' />
<Field ControlID='litCapitaFirstNameVal' Text='Samiro' />
<Field ControlID='litCapitaMiddleNameVal' Text='  ' />
<Field ControlID='litCapitaLastNameVal' Text='Mu n' />
Posted
Comments
Dave Kreskowiak 14-Mar-23 14:58pm    
Without seeing the code that generated this XML, it's impossible for anyone to tell you what's going on.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900