Direction with HIPAA SOAP Transactions

241 views Asked by At

I'm attempting to build a SOAP client for an organization for the sake of automating eligibility requests (trading partner is *NYS-DOH, eMedNY. Documentation is extremely poor.

I've gotten to the point where I'm able to download their WSDL and generate a proxy and config file. I've also obtained the required digital certificates.

At this point I'm kind of confused about how to proceed. The proxy contains a getEligibility( byte[] ) method, but there is no specification as to what the method is expecting.

The provided guide (Appendix I) has a sample SOAP request. Am I supposed to 'manually' build such SOAP request and pass that to the method?

(I find it somewhat difficult googling these topics because the web is flooded with "docs" from every insurance company out there.)

0

There are 0 answers