Re: [HAPI-devel] Use Example Parse Message Code in a webservice

2010-10-16 Thread Jens Villadsen
LEncode the hl7 string to catch any special XML characters. > > -Original Message- > From: Sid [mailto:[email protected]] > Sent: Friday, October 15, 2010 3:59 PM > To: [email protected] > Subject: [HAPI-devel] Use Example Parse Message Code in a webserv

Re: [HAPI-devel] Use Example Parse Message Code in a webservice

2010-10-15 Thread Jonathan Bartels
-devel] Use Example Parse Message Code in a webservice Hi, I made a java application ( build & run) by using the example parse message code. then i made a function Parsemsg (string msg) and include all the code in that. after that i made a webservice ( add example parse msg. jar file ) and from

[HAPI-devel] Use Example Parse Message Code in a webservice

2010-10-15 Thread Sid
Hi, I made a java application ( build & run) by using the example parse message code. then i made a function Parsemsg (string msg) and include all the code in that. after that i made a webservice ( add example parse msg. jar file ) and from that i called that function string msg. the webservce dep