Yes to retrieve the transactional data (ST level) you need to invoke couple of parsing EDI module services in the following order:
wm.b2b.edi: envelopeProcess (outputs Values document)
wm.b2b.edi.util:getEDIstring (extracts the ST level from ISA/GS map Values outputs EDIstring)
wm.b2b.edi:convertToValues (parse the incoming edidata against EDIFFSchema outputs Document and perform mapping from here)
Please review the EDIModule documentation and service documentation for more info:
HTH,
RMG
#webMethods#Integration-Server-and-ESB#edi