I have generated the stub using axis2 xmlbeans options.
I do set the request params and call the method like below
RetrievePartyResponseDocument document = stub
.retrieveParty(retrievePartyDocument,
msgDetlDocument, traceDocument,
extendedHeaderDocument);
and the response comes like below. I could only read the retrievePartyResponse details not the details from the Header part. Webservice team updating details in Header section for one of the exception scenario. I need to retrieve it. Please advise how can it be done