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...
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...
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.
...
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 ...
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 ...
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:...
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...
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 ...
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...