cancel
Showing results for 
Search instead for 
Did you mean: 

ebXML with standard PI

KennethEriksen
Participant
0 Kudos

Hi,

We need to implement ebXML message exchange with some trading partner, and I really could use some help. Seeburger/Iway-adapters are not interesting because of the cost.

Scenario: Idoc (INVOIC) - PI 7.11 - ebXML (ebXML).

I have managed to map the INVOIC-Idoc to the business-document and signed it (xml-dsig). This now needs to be referenced as attachment in a SOAP-message, where SOAP-header includes also information from INVOIC-Idoc along with CPA-data (describes technical info about the data exchange) and digital signature, and SOAP-body contains a reference to the (encrypted) business document.

All this has to be sent as a MIME-multipart message over SMTP.

Have anyone implemented such a scenario, or anything like it, with the use of standard PI?

Any intermediate solutions we could use to help us?

Any pointers to how this can be solved, code snippets, etc will be much appreciated!

Br,

Kenneth

Accepted Solutions (0)

Answers (1)

Answers (1)

KennethEriksen
Participant
0 Kudos

Closed.

Solved ourselves using java mapping which takes input document and creates the digital signature, encryption and encoding, and finally formatting the message as multipart MIME message to be sent over SMTP as mail package.

-Kenneth

Former Member
0 Kudos

Hi Kenneth,

Currently, we are facing a similar problem.

Our Inbound Scenario is ebXML - PI 7.3 - XI PROXY

Our Outbound Scenario is XI PROXY - PI 7.3 - ebXML

For inbound messages, we have configured a SOAP Sender Adapter with "Do not Use SOAP Envelope" and "Keep Attachments" and set "Read Attachments" in Operation Mapping. We receive the messages as two attachments and we have developped an adapter module in order to process only one as payload. We process the messages correctly.

For outbound messages, we have configured a SOAP Receiver Adapter with "Do not Use SOAP Envelope", "Keep Headers" and "Keep Attachments" and set "Read Attachments" in Operation Mapping. We have developped another adapter module in order to modify some tags and values of the payload and SOAP-header.

Our main problem is that we can't see the module's changes in RWB logs and we can't check the messages sent. Is there any way to see this?

Do you know some tool in order to check the messages exchange?

Best Regards

Former Member
0 Kudos

Hi Javier/Kennet,

Could you give us information how ebxml using soap was achieved.

Any help would be much appreciated.

Former Member
0 Kudos

Hi Javier/Kennet/Rohit,

Did you achieve a solution without an adapter for EBXML?

Larry