This just means that the server is replying with the wrong content type.
Next step would be to find out why the server isn't using an HL7 content
type in their response.
sent from my phone.
On Jul 23, 2014 1:14 PM, "Sara Fatima" wrote:
> Hi James,
>
> As you suggested, I am passing DefaultXMLPar
Hi James,
As you suggested, I am passing DefaultXMLParser object to HohClientSimple
constructor.
// Create a parser
Parser parser = new DefaultXMLParser();
// Create a client
HohClientSimple client = new HohClientSimple(host,port,uri,parser);
However at below line,
IReceivable re
Hi Sara,
To send XML encoded messages, you need to pass an instance of
DefaultXMLParser into the constructor of HohClientSimple. The client
internally uses whatever parser it is passed (the sample you linked to uses
a pipe parser) to encode the message object.
Cheers,
James
On Tue, Jul 22, 2014
3 matches
Mail list logo