Repleacement service in 6.5 for wm.b2b.editn:getAllDetails which is in 4.6

Hi

We are using below service in webMethods 4.6 environment, and working on migration from 4.6 to 6.5.

wm.b2b.editn:getAllDetails - Can any one please let me know the replacement service in 6.5

[B][FONT=Arial Narrow][SIZE=3][FONT=Arial Narrow][SIZE=3]

wm.b2b.editn:getAllDetails - 4.6

[/size][/font][/SIZE][/FONT][FONT=Arial Narrow][SIZE=1][FONT=Arial Narrow][SIZE=1]

Description [/b][/size][/font][/SIZE][/FONT][FONT=Times New Roman][SIZE=1][FONT=Times New Roman][SIZE=1]Returns interchange, group, and transaction set information obtained from the input EDI document.

[/size][/font][/SIZE][/FONT][B][FONT=Arial Narrow][SIZE=1][FONT=Arial Narrow][SIZE=1]

Input [/size][/font][/SIZE][/FONT][FONT=Arial Narrow][SIZE=2][FONT=Arial Narrow][SIZE=2]Variable Name Type Description

[/b][/size][/font][/SIZE][/FONT][I][FONT=Times New Roman][SIZE=1][FONT=Times New Roman][SIZE=1]

edidata [/i][/size][/font][/SIZE][/FONT][FONT=Times New Roman][SIZE=1][FONT=Times New Roman][SIZE=1]String Input EDI document.

[/size][/font][/SIZE][/FONT][B][FONT=Arial Narrow][SIZE=1][FONT=Arial Narrow][SIZE=1]

Output [/size][/font][/SIZE][/FONT][FONT=Arial Narrow][SIZE=2][FONT=Arial Narrow][SIZE=2]Variable Name Type Description

[/b][/size][/font][/SIZE][/FONT][I][FONT=Times New Roman][SIZE=1][FONT=Times New Roman][SIZE=1]

editn_env [/i][/size][/font][/SIZE][/FONT][FONT=Times New Roman][SIZE=1][FONT=Times New Roman][SIZE=1]IData Record contains information obtained from the interchange

header. Conforms to [/size][/font][/SIZE][/FONT]wm.b2b.editn.rec:EDITNEnvelope.

There is no replacement for this service as far i know.There are various enhancements/improvements made in the EDIModule4.x vs EDIModule6.x(6.5.2)…

Implement using these services in your existing logic… assuming the service is doing parsing inbound edidata.

[FONT=Arial Narrow][SIZE=4][FONT=Arial Narrow][SIZE=4]wm.b2b.edi:envelopeProcess(extracts Interchange)
[FONT=Arial Narrow][SIZE=4][FONT=Arial Narrow][SIZE=4]wm.b2b.edi.util:getEDIstring(extracts Trasaction set edidata)
[FONT=Arial Narrow][SIZE=4][FONT=Arial Narrow][SIZE=4]wm.b2b.edi:convertToValues(parses the edidata)

HTH,
RMG
[/size][/font][/SIZE][/FONT][/SIZE][/FONT][/SIZE][/FONT][/SIZE][/FONT][/SIZE][/FONT]

Yes, we have implemented the logic on the same lines. Thanks RMG.