Sidebar

How can I resolve Error: unexpected element (uri:"", local:"IncludeSectionNarrative")

0 votes
3.5K views
asked Dec 30, 2016 by michael-h-5027 (14,350 points)

In CPS 12.2 I get this error when trying to retrieve a CDA from JBOSS.

 

----------fault message begin----------

Fault Code: soap:Client

Fault String: Unmarshalling Error: unexpected element (uri:"", local:"IncludeSectionNarrative"). Expected elements are <{}DocumentTemplate>,<{}ContentTemplateName>,<{}SectionNarrativeFormat>,<{}SectionRequestParameters>,<{}SectionTemplatesInclude>,<{}DocumentId>,<{}DataInclusionType>,<{}PatientId>,<{}IncludeEPID>

----------fault message end------------

1 Answer

0 votes

You can edit the Call to Centricity SOAP WS and remove the parameter that is no longer supported in CPS 12.2.

Find the line that has "<IncludeSectionNarrative>" and delete that line. You can also delete the "<!--Optional:-->".

 

remove narrative paramter

answered Dec 30, 2016 by michael-h-5027 (14,350 points)
...