cancel
Showing results for 
Search instead for 
Did you mean: 

Open PI : how to trigger EDIFACT adaptor

Emre_tr
Active Participant
0 Kudos

Hi all,

we imported open source EDIFACT adaptor to our PI 7.1 EHP1 system. Adaptor seems running.

i imported EANCOM_2002.xsd as external definition, create my outbound Service Interface and create my sender Communication channel with EDIFACT adaptor.

I cant trigger adaptor, i tried below url but nothing happened, in communication channel nothing happen.

Is there any idea to use EDIFACT adaptor? i want to try a simple example.

thanks.

url;

http://xxxx.xxxx.com:50900/EdifactHttpAdapter/servlet/EdifactAdapterFacade?FS=CC_BC_EDIFACT_EDIFACT_...

also tried this in html file;

<FORM action="http://xxxx.xxxx.com:50900/EdifactHttpAdapter/servlet/EdifactAdapterFacade?FS=CC_BC_EDIFACT_EDIFACT_SND&TS=BS500DEV&IF=SI_EANCOM_2002_OUT&NS=http://xxxxx.com/EDIFACT" method="post">

<P>

<TEXTAREA name="thetext" rows="20" cols="80">

UNBUNOA:2111222333:1222333444:1060705:154512345'UNH1ORDERS:D:01B:UN:EAN010'BGM220::91009239'DTM137:20060705:102'DTM2:20060705:102'NADBY5400152201228::9'NADSU5410256000099::9'NADDP5400152201228::9'CUX2:EUR:9'LIN1+5410256410013:SRV'PIA1388:SA::91'QTY21:10'PRIAAA:15.99::LIU'UNSS'UNT141'UNZ112345'

</TEXTAREA>

<INPUT type="submit" value="Send"><INPUT type="reset">

</P>

</FORM>

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

What application does that URL points to?

You need to have a working AS2 system where PI can send data and in the channel, you need to use URL posting to that application.

Regards,

Prateek Raj Srivastava

Answers (3)

Answers (3)

Emre_tr
Active Participant
0 Kudos

ok Prateek , i will try edifact convertion module for my project.

thanks.

Emre_tr
Active Participant
0 Kudos

thanks for your reply,

my goal is convert edifact file to xml without AS2 protocol, i think it can be possible .

i will try with an AS2 connector.

prateek
Active Contributor
0 Kudos

without AS2 protocol

If you don't want AS2 protocol, why do you need AS2 connector? If the requirement is only changing EDIFACT to and XML message, you don't need an entire Adapter. Just an adapter module will also be enough. If you want a free module, you may use Open PI Conversion Module in your regular adapters e.g. file adapter.

Regards,

Prateek Raj Srivastava

Former Member
0 Kudos

I hope the following information will help:

/people/ricardoandres.maienza/blog/2007/04/06/edifact-to-xml--stylus-studio-solution