Java developer -- 2
Budget: $30 – $250 USD
I'm making a call to an API, and I need to have the xml data parsed into variables I assign. The return string is nested. For example, the return is like this:
28/10/2021 13:20:41:342 DEBUG - C088203F6DBDDCF06F92560206A8986B:/FAC : Web Service Reply <- <?xml version='1.0' encoding='utf-8'?><s:Envelope xmlns:s="http://schemas.x
mlsoap.org/soap/envelope/"><s:Body><GetDataResponse xmlns="TreasWebService"><GetDataResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><AssessedTaxAmount>7.72</
AssessedTaxAmount><BackTaxAmount>0</BackTaxAmount><BackTaxFlag>false</BackTaxFlag><CPFlag>false</CPFlag><FirstHalfIntDue>0</FirstHalfIntDue><FirstHalfTaxFeesDue>0</Firs
tHalfTaxFeesDue><FullYearPaymentAmount>0</FullYearPaymentAmount><FullYearPaymentPending>0</FullYearPaymentPending><HalfYearPaymentAmount>3.86</HalfYearPaymentAmount> ....
So I'm looking for someone who knows how to parse this data to defined variables
28/10/2021 13:20:41:342 DEBUG - C088203F6DBDDCF06F92560206A8986B:/FAC : Web Service Reply <- <?xml version='1.0' encoding='utf-8'?><s:Envelope xmlns:s="http://schemas.x
mlsoap.org/soap/envelope/"><s:Body><GetDataResponse xmlns="TreasWebService"><GetDataResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><AssessedTaxAmount>7.72</
AssessedTaxAmount><BackTaxAmount>0</BackTaxAmount><BackTaxFlag>false</BackTaxFlag><CPFlag>false</CPFlag><FirstHalfIntDue>0</FirstHalfIntDue><FirstHalfTaxFeesDue>0</Firs
tHalfTaxFeesDue><FullYearPaymentAmount>0</FullYearPaymentAmount><FullYearPaymentPending>0</FullYearPaymentPending><HalfYearPaymentAmount>3.86</HalfYearPaymentAmount> ....
So I'm looking for someone who knows how to parse this data to defined variables