edi - How to implement AS2 in ruby on rails -
i have potential client sending data in edi , need setup as2 endpoint recieve/request data.
how in ruby on rails?
see specification here: http://www.ietf.org/rfc/rfc4130.txt
i need program permutation 12 on page 8 of doc: sender sends encrypted , signed data , requests signed receipt. receiver sends signed receipt.
has written gem this?
i found solution in php: http://search.cpan.org/~swong/net-as2-0.01/lib/net/as2.pm
receiving as2 server thing. afaics recipe client? there open source as2 implementations, , commercial ones. open source: eg openas, mendelson as2
Comments
Post a Comment