cancel
Showing results for 
Search instead for 
Did you mean: 

PIPs with attachments

Shabarish_Nair
Active Contributor
0 Kudos

Hi All,

One of the requirement I have here is to process a PIP with attachments.

Normally a PIP message starts with (for example);

<?xml version="1.0" encoding="UTF-8" ?>

<Pip4C1InventoryReportNotification>

<fromRole> ...........

But in this case I am getting a PIP message as follows,

<?xml version="1.0" encoding="UTF-8" ?>

<transport-envelope>

<b> <payload></b>

<<b>Pip3A4PurchaseOrderRequest</b>>

<fromRole>.......

....

</Pip3A4PurchaseOrderRequest>

<b> </payload></b>

<b> <attachment></b>

<<b>Pip3B18ShippingDocumentationNotification</b>>

<fromRole>.....

.....

</Pip3B18ShippingDocumentationNotification>

<b> </attachment>

<attachment></b>

<<b>Pip3B11ShippingOrderNotification</b>>

<fromRole>

....

....

</Pip3B11ShippingOrderNotification>

<b></attachment></b>

</transport-envelope>

ie to say i am having a PIP3A4 with 3B18 and 3B11 as attachments. Interesting eh ?

1. How do i process such a PIP?

2. Will the standard RNIF adapter handle such a message?

3. If it doesnt then what is the alternative?

I hope the community can help me in this regard.

Thanks in advance.

Regards,

ShaBZ

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

Hi Guys,

Anybody got any kind of inputs to this Rosettanet puzzle?

(Just bringing the thread to the top)

With eager eyes,

ShaBZ