This topic contains 2 replies, has 2 voices, and was last updated by Imad Rafud 9 years ago.
Tutorial for pushing TO a webservice (not calling one)?
You must be logged in to reply to this topic.
This topic contains 2 replies, has 2 voices, and was last updated by Imad Rafud 9 years ago.
Hi,
How would one take an HL7 message and push it out (http POST) to a webservice? I’ve seen some talk of iguana calling an incoming webservice, but I want to send xml or json out of iguana.
In other words:
Source: incoming HL7 feed
Destination: (fake url) http://centrallabs.com/eventservice/newevent
Thanks!
You can use net.http.post{} or net.http.respond{}. See examples of using these functions in online Help at http://help.interfaceware.com/kb/538 and http://help.interfaceware.com/kb/471, and other places in online Help. Moreover you can check example of calling a web service on page http://help.interfaceware.com/kb/148, too.
Hi thanks alot for these links. Should have seen them myself.
I thought that a specialTranslator component was needed but alas it is not.
You must be logged in to reply to this topic.