Skip to Content
0
Former Member
Feb 19, 2009 at 05:48 AM

File to Http

21 Views

Hi,

The scenario is file to http.

Source file will be like

Box1

case11

Line item AA

Line item BB

Case12

Line item CC

Line item DD

Box2

Case 21

Line item EE

Line item FF

Case12

Line item GG

Line item HH

(Can have more Boxes and cases.....)

I have to split this file and send it as six http request like

(Splitting will be based on number of boxes and cases....)

http Request1 -

Case11

Line item AA

Line item BB

http Request2 -

Case12

Line item CC

Line item DD

http Request3 -

Box1

Case11

Case12

http Request4 -

Case 21

Line item EE

Line item FF

http Request5 -

Case12

Line item GG

Line item HH

http Request6 -

Box2

case 21

case 22

Please tell me how to accomplish this

We are in XI 3.0, so whether BPM is needed or with multimapping can we design this.

If so how to design ?