Re: <extensionobjects/> is coming while validating the map

Home Page Forums BizTalk 2004 – BizTalk 2010 <extensionobjects/> is coming while validating the map Re: <extensionobjects/> is coming while validating the map

#24845

Hi,

 

My output schema is as below:


0) fix(e,”cb”);}
if (e.className==”di”){if (e.children(0).innerText.indexOf(“\n”)>0) fix(e,”db”);}
e.id=””;
}
function fix(e,cl){
e.className=cl;
e.style.display=”block”;
j=e.parentElement.children(0);
j.className=”c”;
k=j.children(0);
k.style.visibility=”visible”;
k.href=”#”;
}
function ch(e){
mark=e.children(0).children(0);
if (mark.innerText==”+”){
mark.innerText=”-“;
for (var i=1;i<e.children.length;i++)
e.children(i).style.display="block";
}
else if (mark.innerText=="-"){
mark.innerText="+";
for (var i=1;i

<TestCRMServiceResponse xmlns=”http://tempuri.org/>
<TestCRMServiceResult>
<smart xmlns=”>
<Data>
  <header />
<body>
<UserProfileDto>
  <MSISDN>919127010047</MSISDN>
  <Balance>-7640</Balance>
  <IMSI>405881000000051</IMSI>
  <SIMStatus>A</SIMStatus>
  </UserProfileDto>
  </body>
  </Data>
  </zsmart>
  </TestCRMServiceResult>
  </TestCRMServiceResponse>
and Input is this one :

0) fix(e,”cb”);}
if (e.className==”di”){if (e.children(0).innerText.indexOf(“\n”)>0) fix(e,”db”);}
e.id=””;
}
function fix(e,cl){
e.className=cl;
e.style.display=”block”;
j=e.parentElement.children(0);
j.className=”c”;
k=j.children(0);
k.style.visibility=”visible”;
k.href=”#”;
}
function ch(e){
mark=e.children(0).children(0);
if (mark.innerText==”+”){
mark.innerText=”-“;
for (var i=1;i<e.children.length;i++)
e.children(i).style.display="block";
}
else if (mark.innerText=="-"){
mark.innerText="+";
for (var i=1;i

<TestCRMServiceResponse xmlns=”http://tempuri.org/>
<TestCRMServiceResult>
<smart xmlns=”>
<Data>
<header>
  <ACTION_ID>QueryProfile</ACTION_ID>
  <REQUEST_ID>0012008111700001</REQUEST_ID>
  <returnMsg>Successful</returnMsg>
  <returnCode>0</returnCode>
  </header>
<body>
<UserProfileDto>
  <ActiveStopDate>2010-08-03</ActiveStopDate>
  <L_PostOffice />
  <BrandName>AS SUK Pricing Class</BrandName>
  <MSISDN>919127010047</MSISDN>
  <FirstCallDate>2010-04-15 16:45:10</FirstCallDate>
<BalDtoList>
<BalDto>
  <Balance>-7640</Balance>
  <UpdateDate>2010-05-05 12:22:19</UpdateDate>
  <AcctResName>Basic Balance</AcctResName>
  <ExpDate>2010-08-03 00:00:00</ExpDate>
  <EffDate>2010-03-25 00:00:00</EffDate>
  <AcctResCode>0</AcctResCode>
  <BallID>1134791</BallID>
  </BalDto>
  </BalDtoList>
  <RefillBlockReason>0</RefillBlockReason>
  <DefLang>1</DefLang>
  <L_Pincode />
  <Genter />
  <DisableStopDate>2010-11-01</DisableStopDate>
  <L_State />
  <CustomerName>919127010047</CustomerName>
  <Salutation />
  <LastRecharge>0</LastRecharge>
  <IMSI>405881000000051</IMSI>
  <PricePlanCode>400003</PricePlanCode>
  <SIMStatus>A</SIMStatus>
  <SIMSubStatus />
  <L_LocalAddress />
  <LastRechargeDate>2010/05/05 12:22:19</LastRechargeDate>
  <L_City_Town_Village />
  <DOB />
  <L_District />
<PricePlanDtoList>
<PricePlanDto>
  <ExpDate>2010-08-02 12:22:19</ExpDate>
  <CreatedDate>2010/05/05 12:22:19</CreatedDate>
  <EffDate>2010-05-05 12:22:19</EffDate>
  <PricePlanName>AS Per Sec Plan</PricePlanName>
  <PricePlanIndex>4001</PricePlanIndex>
  </PricePlanDto>
  </PricePlanDtoList>
  </UserProfileDto>
  </body>
  </Data>
  </zsmart>
  </TestCRMServiceResult>
  </TestCRMServiceResponse>