Issue while parsing SOAP Response with name space using webhook.
I have successfully configure webhook inside marketo. i am facing issue in Response mapping of webhook, XML response is having namespaces as shown below.
<soap:Envelope xmlns:soap="schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:NetSuiteMassUpdateResponse xmlns:ns3="spectrum.pb.com/" xmlns:ns2="pb.com/spectrum/services/NetSuiteMassUpdate"><ns2:Output><ns2:Row><ns2:AddressLine1>50 Water St</ns2:AddressLine1><ns2:ApartmentNumber.Result>R</ns2:ApartmentNumber.Result><ns2:City>Lee</ns2:City><ns2:Confidence>87</ns2:Confidence><ns2:Country>US</ns2:Country><ns2:CountryLevel>A</ns2:CountryLevel><ns2:MatchScore>0</ns2:MatchScore><ns2:PostalCode>01238-9149</ns2:PostalCode>
Following is the Response mapping for postalcode which i have done in webhook to update the lead records but record is not getting update.
NetSuiteMassUpdateResponse.Output.Row[0].PostalCode = PostalCode
Please suggest.