edi

[How] Can I have on Party in BizTalk use two different GS02 segments for the same EDI Message type?

Calling all BizTalk / HIPAA EDI Gurus... I have a connection to an EDI clearinghouse to whom I send X12 270 documents using BizTalk 2009. The "Information Source" for these 270s can be either of two depending on a variety of factors. For one Information Source, the clearinghouse requires one value in my GS02, and for the other, they r...

EDI X12 version 4010 message - can non-composite elements contain sub-element separator character?

Hello everyone, Version 4010 x12 messages support segments with composite elements (like REF04) which contain sub-elements that are separated by sub-element separators. Here is an example of a segment which uses ; [semicolon] as a segment separator, * as an element separator and : [colon] as a sub-element separator: REF*ACT*123456789012...

I need a sample NCPDP/EDI file.

Hi, I'm working with a program called MIRTH, but i've not been able to find a sample EDI/NCPDP file anywhere. does anyone know where I can find one or have one on hand... I would be very happy if one were to respond to this message with a sample. Thanks, John. ...

Can i use UPS EDI for billing data processing

I'm working on an application for UPS billing data analysis and can`t find any simple solution or API for receiving invoice/shipment billing data from UPS. Billing data that i need is all shipments with tracking number and charge amount. I found the way to use Flat File Billing Data which is sent weekly by e-mail but on http://ups.com ...

EDI newbie needs advice on selecting a translator

I am trying to import EDI 210 feeds into my web application. The application is installed on Ubuntu linux, so whatever my solution, it can't be some hokey Windoze-only solution. Since my data is flowing in just one direction, I'm looking for a simple translator that will handle the translation of the EDI file into an XML file that I ...

OpenSSL smime verify failed with right certificate and signature

I receive encrypted and signed smime message. Decrypting is ok, data seems to be correct. openssl.exe smime -decrypt -in %1 -out %1_signed.txt -inkey myPrivate.pem But on verifying signature stage I get error. openssl.exe smime -verify -CAfile senderCACert.pem -certfile senderCert.pem -in %1 -out %1_plain Verification failure 7600:...

EDI tutorials and specifications

Wondering if anyone knows of any good tutorials on working with EDI, and where one might find the type specifications? The formats I'll be largely dealing with are 846, 852, and 867. Tried several Google queries with little luck (I mainly find places selling stuff and assembly language tutorials that are talking about the x86 edi registe...

OpenSSL treats smime message with Content-type 'Application/EDI' as text and changes line breaks.

I receive smime message with content-type 'Application/EDI'. It is non-standard mime type and content should be interpreted as binary. But OpenSSL during verifying signature treats it as text and changes line breaks from '\n' to '\r\n' (as needed by spec for content-type 'text'). So digest becomes wrong and verification fails. Is there ...

How to ensure message transfer by pull-/polling from a webserver.

This builds on How to send messages between Companies. If I decide that company S(upplier) should poll orders from company (B) in some simple HTTP based Way what is the best implementation. I assume Company B has a Webserver running and the backend database of this Webserver is durable. We should make as few a possible assumptions abou...