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

2010-10-15 Thread Jonathan Bartels
It seems like there is some sort of encoding error, perhaps you need to XMLEncode 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-dev

[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