Dear Experts,
I tried to update the recipient address as it shows in the following screenshot in GUI. My XML request is pasted as follows. The request seems to be executed correctly, but the address is not modified. Could any one help me out of this issue please? Thanks a lot in advance!

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global" xmlns:glob1="http://sap.com/xi/AP/Globalization" xmlns:a8r="http://sap.com/xi/AP/CustomerExtension/BYD/A8RG1"> <soapenv:Header/> <soapenv:Body> <glob:SalesOrderBundleMaintainRequest_sync> <SalesOrder itemListCompleteTransmissionIndicator="false" businessTransactionDocumentReferenceListCompleteTransmissionIndicator="false" actionCode="02"> <ID>8650</ID> <ProductRecipientParty partyContactPartyListCompleteTransmissionIndicator="false" actionCode="02"> <Address> <Name> <Name> <FirstLineName>joseph</FirstLineName> <SecondLineName>wong</SecondLineName> </Name> </Name> <PostalAddress> <Countrycode>AU</Countrycode> <RegionCode>Sydney</RegionCode> <CountyName>Australia</CountyName> <CityName>North Ryde</CityName> <StreetPostalCode>2113</StreetPostalCode> <StreetName>123 BillTo Street</StreetName> </PostalAddress> </Address> </ProductRecipientParty> <Item itemScheduleLineListCompleteTransmissionIndicator="false" itemBusinessTransactionDocumentReferenceListCompleteTransmissionIndicator="false" actionCode="02"> <ID>10</ID> <ItemProduct> <ProductID>M1</ProductID> </ItemProduct> </Item> </SalesOrder> </glob:SalesOrderBundleMaintainRequest_sync> </soapenv:Body></soapenv:Envelope>