Question
e and y
IN
Last activity: 10 Mar 2018 0:04 EST
Not able to map java Object XML
Hi Team,
We are not able to map below parse xml rule
We have a Connect Soap requirement in this service we got response below Java object XML format. So that response XML we are trying to map the clipboard properties, but we are not able to do that.
Below XML file is javabeanobject
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.7.0_79" class="java.beans.XMLDecoder">
<object class="com.codetree.bean.SPSVerificationbean">
<void property="HOUSEHOLD_ID">
<string>8460838790692304</string>
</void>
<void property="SNO">
<string>1</string>
</void>
<void property="ekyc_status">
<string>Yes</string>
</void>
<void property="status">
<string>100</string>
</void>
</object>
</java>
But we are try the solve the below methods
Hi Team,
We are not able to map below parse xml rule
We have a Connect Soap requirement in this service we got response below Java object XML format. So that response XML we are trying to map the clipboard properties, but we are not able to do that.
Below XML file is javabeanobject
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.7.0_79" class="java.beans.XMLDecoder">
<object class="com.codetree.bean.SPSVerificationbean">
<void property="HOUSEHOLD_ID">
<string>8460838790692304</string>
</void>
<void property="SNO">
<string>1</string>
</void>
<void property="ekyc_status">
<string>Yes</string>
</void>
<void property="status">
<string>100</string>
</void>
</object>
</java>
But we are try the solve the below methods
- Map XML attributes below format
But we are not able to map to clipboard properties