My organization recently enrolled in Microsoft HealthVault project for our stage 2 certification. In order to facilitate smooth and secure data transmission, we elected to use a third party vendor called DataMotion as our HISP (Health Information Service Provider). We decided to connect with DataMotion through Web Services. Using their wsdl xml document, we were able to generate their proxy classes. They also provided us with their SDK which was written in VB.Net as reference guide to assist us in implementing the same thing in cache. Using their wsdl doc, we were able to build our proxy classes in cache. However, we have been trying unsuccessfully to send MIME messages with attachments. What we noticed from their code is that, they're using Microsoft CDO Messaging object to setup their contents which contains MIME message with attachment. These MIME messages are converted into string before they're transmitted. Their sendMIMEMessage proxy method only except two parameters, a session key and a string message content. We have been unsuccessful in finding out how to do this with cache %Net.MimePart object. We tried transmitting our message by attaching our files through the use of cache %SOAP.WebClient instance method called "Attachments", but it didn't work. It returns an error message stating that media type is unsupported. Can anyone steer me in right direction on how to accomplish this? Below are examples of what I am trying to achieve.
--
--
Caché, Ensemble, DeepSee
---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-publi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.