How can I POST FHIR bundle resource in OpenMRS ?

Hi @harsha89, Thanks for the reply. Yes, I’m posting to localhost:8080/openmrs/ws/fhir/ urls. I’m able to perform all the GETs **but unable to POST an Encounter **(getting 500 error “Failed to call access method”). I referred the same wiki page as suggested by you above and also

still no success!! Also for POSTing a bundle, like in HAPI FHIR we have rest end-point as http://localhost:8080/hapi-fhir-jpaserver-example/baseDstu2?_format=json, does OpenMRS supports anything similar to POST a bundle?? Sorry, didn’t really get what should I look out for on the above wiki page for this particular issue.